diff options
author | Ryan <fauxpark@gmail.com> | 2020-12-28 04:36:32 +1100 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-01-12 22:46:11 -0800 |
commit | 4dd03061b4326470910b65d7ac7a86de1f979b07 (patch) | |
tree | a8e08849f7cde6ed0bc9a4a2bdf5a9542c05c6e3 /platforms/chibios/GENERIC_STM32_F042X6 | |
parent | 60fd4d61efcce3cda09ef2273f77bce49c1db456 (diff) |
Ensure single newline at EOF for core files (#11310)
Diffstat (limited to 'platforms/chibios/GENERIC_STM32_F042X6')
-rw-r--r-- | platforms/chibios/GENERIC_STM32_F042X6/configs/bootloader_defs.h | 2 | ||||
-rw-r--r-- | platforms/chibios/GENERIC_STM32_F042X6/configs/mcuconf.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/platforms/chibios/GENERIC_STM32_F042X6/configs/bootloader_defs.h b/platforms/chibios/GENERIC_STM32_F042X6/configs/bootloader_defs.h index 6b218f7bd3..25113425a6 100644 --- a/platforms/chibios/GENERIC_STM32_F042X6/configs/bootloader_defs.h +++ b/platforms/chibios/GENERIC_STM32_F042X6/configs/bootloader_defs.h @@ -2,4 +2,4 @@ /* It is chip dependent, the correct number can be looked up here: * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf */ -#define STM32_BOOTLOADER_ADDRESS 0x1FFFC400
\ No newline at end of file +#define STM32_BOOTLOADER_ADDRESS 0x1FFFC400 diff --git a/platforms/chibios/GENERIC_STM32_F042X6/configs/mcuconf.h b/platforms/chibios/GENERIC_STM32_F042X6/configs/mcuconf.h index 4643e9f92e..286e1230ce 100644 --- a/platforms/chibios/GENERIC_STM32_F042X6/configs/mcuconf.h +++ b/platforms/chibios/GENERIC_STM32_F042X6/configs/mcuconf.h @@ -165,4 +165,4 @@ #define STM32_USB_LOW_POWER_ON_SUSPEND FALSE #define STM32_USB_USB1_LP_IRQ_PRIORITY 3 -#endif /* _MCUCONF_H_ */
\ No newline at end of file +#endif /* _MCUCONF_H_ */ |