We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fd03c commit 77638c9Copy full SHA for 77638c9
bsp/gd32/gd32407v-start/board/SConscript
@@ -20,7 +20,7 @@ if rtconfig.CROSS_TOOL == 'gcc':
20
elif rtconfig.CROSS_TOOL == 'keil':
21
src += [startup_path_prefix + '/GD32F4xx_HAL/CMSIS/GD/GD32F4xx/Source/ARM/startup_gd32f4xx.s']
22
23
-CPPDEFINES = ['GD3232F407xx']
+CPPDEFINES = ['GD32F407xx']
24
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = path, CPPDEFINES = CPPDEFINES)
25
26
Return('group')
0 commit comments