diff options
Diffstat (limited to 'docs/platformdev_chibios_earlyinit.md')
-rw-r--r-- | docs/platformdev_chibios_earlyinit.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/platformdev_chibios_earlyinit.md b/docs/platformdev_chibios_earlyinit.md index 5fd78bb33..eb932bc77 100644 --- a/docs/platformdev_chibios_earlyinit.md +++ b/docs/platformdev_chibios_earlyinit.md | |||
@@ -61,4 +61,4 @@ To implement your own version of this function, in your keyboard's source files: | |||
61 | void board_init(void) { | 61 | void board_init(void) { |
62 | // initialize anything that requires ChibiOS | 62 | // initialize anything that requires ChibiOS |
63 | } | 63 | } |
64 | ``` \ No newline at end of file | 64 | ``` |