add gd32407v-start

This commit is contained in:
Ouxiaolong 2021-09-08 20:45:35 +08:00
parent f1fd03c3fc
commit 77638c9526
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if rtconfig.CROSS_TOOL == 'gcc':
elif rtconfig.CROSS_TOOL == 'keil':
src += [startup_path_prefix + '/GD32F4xx_HAL/CMSIS/GD/GD32F4xx/Source/ARM/startup_gd32f4xx.s']
CPPDEFINES = ['GD3232F407xx']
CPPDEFINES = ['GD32F407xx']
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = path, CPPDEFINES = CPPDEFINES)
Return('group')