Explorar el Código

[spi/SConscript] armclang doesn't support --c99 option.

Wayne Lin hace 4 años
padre
commit
47a23a93f5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      components/drivers/spi/SConscript

+ 1 - 1
components/drivers/spi/SConscript

@@ -28,7 +28,7 @@ if GetDepend('RT_USING_SFUD'):
     if rtconfig.CROSS_TOOL == 'gcc':
         LOCAL_CCFLAGS += ' -std=c99'
     elif rtconfig.CROSS_TOOL == 'keil':
-        LOCAL_CCFLAGS += ' --c99'
+        LOCAL_CCFLAGS += ' '
 
 src += src_device