Skip to content

Commit 77638c9

Browse files
committed
add gd32407v-start
1 parent f1fd03c commit 77638c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/gd32/gd32407v-start/board/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if rtconfig.CROSS_TOOL == 'gcc':
2020
elif rtconfig.CROSS_TOOL == 'keil':
2121
src += [startup_path_prefix + '/GD32F4xx_HAL/CMSIS/GD/GD32F4xx/Source/ARM/startup_gd32f4xx.s']
2222

23-
CPPDEFINES = ['GD3232F407xx']
23+
CPPDEFINES = ['GD32F407xx']
2424
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = path, CPPDEFINES = CPPDEFINES)
2525

2626
Return('group')

0 commit comments

Comments
 (0)