Browse Source

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

guozhanxin 3 years ago
parent
commit
132ecaffb7
1 changed files with 0 additions and 1 deletions
  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'