Skip to content

Commit

Permalink
style: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
paradajz committed Nov 28, 2024
1 parent 644cd63 commit 9c2b8d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/firmware/board/include/board/Board.h
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ namespace board
/// This will turn on input indicators first and then output ones continuously until factory reset is done.
void indicateFactoryReset();
} // namespace indicators
} // namespace io
} // namespace io

namespace nvm
{
Expand Down Expand Up @@ -549,7 +549,7 @@ namespace board
/// returns: True if transfer has succeded, false otherwise.
bool write(uint8_t* buffer, size_t size);
} // namespace midi
} // namespace ble
} // namespace ble

namespace bootloader
{
Expand All @@ -568,4 +568,4 @@ namespace board
uint8_t readFlash(uint32_t address);
#endif
} // namespace bootloader
}; // namespace board
} // namespace board
2 changes: 1 addition & 1 deletion src/firmware/board/src/Internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,5 @@ namespace board::detail
{
void init();
} // namespace bootloader
} // namespace io
} // namespace io
} // namespace board::detail
4 changes: 2 additions & 2 deletions src/firmware/board/src/common/Stubs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ namespace board
{
}
} // namespace indicators
} // namespace io
} // namespace io

namespace detail::io
{
Expand Down Expand Up @@ -160,7 +160,7 @@ namespace board
{
}
} // namespace bootloader
} // namespace detail::io
} // namespace detail::io

namespace usb
{
Expand Down

0 comments on commit 9c2b8d3

Please sign in to comment.