소스 검색

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

guozhanxin 3 년 전
부모
커밋
132ecaffb7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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'