mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-26 14:54:35 +08:00
[bsp/stm32] update stm32 bsp eclipse project
This commit is contained in:
@@ -201,7 +201,6 @@ def HandleToolOption(tools, env, project, reset):
|
||||
# add '_REENT_SMALL' to CPPDEFINES when --specs=nano.specs has select
|
||||
if linker_newlib_nano_option is not None and linker_newlib_nano_option.get('value') == 'true' and '_REENT_SMALL' not in CPPDEFINES:
|
||||
CPPDEFINES += ['_REENT_SMALL']
|
||||
print(linker_newlib_nano_option.get('value'))
|
||||
|
||||
file_header = '''
|
||||
#ifndef RTCONFIG_PREINC_H__
|
||||
|
||||
Reference in New Issue
Block a user