[bsp][stm32] add new line at end of file

This commit is contained in:
SummerGift 2019-01-09 18:20:07 +08:00
parent 22c2937c4c
commit 59ebd512fe
6 changed files with 7 additions and 6 deletions

View File

@ -37,3 +37,4 @@ CPPDEFINES = ['STM32L475xx']
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = path, CPPDEFINES = CPPDEFINES)
Return('group')