Ensure single newline at EOF for core files (#11310)

This commit is contained in:
Ryan
2020-12-28 04:36:32 +11:00
committed by Drashna Jael're
parent 60fd4d61ef
commit 4dd03061b4
25 changed files with 33 additions and 45 deletions

View File

@@ -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
#define STM32_BOOTLOADER_ADDRESS 0x1FFFC400

View File

@@ -165,4 +165,4 @@
#define STM32_USB_LOW_POWER_ON_SUSPEND FALSE
#define STM32_USB_USB1_LP_IRQ_PRIORITY 3
#endif /* _MCUCONF_H_ */
#endif /* _MCUCONF_H_ */