[bsp/stm32/rmc] update ci and README, delete c99 flag in rtconfig.py.

This commit is contained in:
crazt
2021-07-03 16:23:16 +08:00
parent 976b28660c
commit 1b85b26eb8
3 changed files with 2 additions and 1 deletions

View File

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