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

This commit is contained in:
guozhanxin 2021-07-01 01:34:12 +08:00
parent 43d19a8b78
commit 132ecaffb7
1 changed files with 0 additions and 1 deletions

View File

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