Selaa lähdekoodia

[fix] stm32l475-atk-pandora armcc build error.

guozhanxin 3 vuotta sitten
vanhempi
commit
132ecaffb7
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      bsp/stm32/stm32l475-atk-pandora/rtconfig.py

+ 0 - 1
bsp/stm32/stm32l475-atk-pandora/rtconfig.py

@@ -91,7 +91,6 @@ elif PLATFORM == 'armcc':
 
 
     CXXFLAGS = CFLAGS 
-    CFLAGS += ' -std=c99'
 
     POST_ACTION = 'fromelf --bin $TARGET --output rtthread.bin \nfromelf -z $TARGET'