[ch32v307] 删掉无意义的memset重载 (#6561)

This commit is contained in:
linshire 2022-10-25 10:24:52 +08:00 committed by GitHub
parent fd6cfa3bbd
commit 7bc744dae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ if PLATFORM == 'gcc':
LFLAGS = DEVICE
LFLAGS += ' -Wl,--gc-sections,-cref,-Map=' + MAP_FILE
LFLAGS += ' -T ' + LINK_FILE
LFLAGS += ' -Wl,-wrap=memset'
CPATH = ''
LPATH = ''