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 1679a9c commit 47a23a9Copy full SHA for 47a23a9
components/drivers/spi/SConscript
@@ -28,7 +28,7 @@ if GetDepend('RT_USING_SFUD'):
28
if rtconfig.CROSS_TOOL == 'gcc':
29
LOCAL_CCFLAGS += ' -std=c99'
30
elif rtconfig.CROSS_TOOL == 'keil':
31
- LOCAL_CCFLAGS += ' --c99'
+ LOCAL_CCFLAGS += ' '
32
33
src += src_device
34
0 commit comments