aboutsummaryrefslogtreecommitdiff
path: root/docs/platformdev_chibios_earlyinit.md
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-12-28 04:36:32 +1100
committerGitHub <noreply@github.com>2020-12-28 04:36:32 +1100
commit1b7b72c0e96856d2b9f73f705787af3426662bcf (patch)
treeb03387eee60a4650d850c11daf7a962285837da6 /docs/platformdev_chibios_earlyinit.md
parentbbf0f65284f6c9cc40429f446bddf48e2e882ad0 (diff)
downloadqmk_firmware-1b7b72c0e96856d2b9f73f705787af3426662bcf.tar.gz
qmk_firmware-1b7b72c0e96856d2b9f73f705787af3426662bcf.zip
Ensure single newline at EOF for core files (#11310)
Diffstat (limited to 'docs/platformdev_chibios_earlyinit.md')
-rw-r--r--docs/platformdev_chibios_earlyinit.md2
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:
61void board_init(void) { 61void 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```