Skip to content

Commit 5570659

Browse files
committed
style(BoardInit): Comments
1 parent 8cedb99 commit 5570659

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

Inc/ST-LIB.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -343,11 +343,6 @@ template <auto&... devs> struct Board {
343343

344344
} // namespace ST_LIB
345345

346-
/**
347-
* @brief This is a function that gets called early in the startup process,
348-
* before the global constructors and main() are called.
349-
* It is responsible for initializing the hardware and peripherals
350-
*/
351346
#ifdef __cplusplus
352347
extern "C" {
353348
#endif

Src/ST-LIB.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ void STLIB::update() {
5252
}
5353

5454
__attribute__((weak)) void BoardInit() {
55-
// Nothing for now
55+
// Nothing here, implement it yourself
5656
}

0 commit comments

Comments
 (0)