mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-03-02 00:35:30 +08:00
[update]modify Bear-Pi BSP configuration error
This commit is contained in:
parent
3c9d5d7af2
commit
e05e6c0402
@ -33,7 +33,7 @@ elif rtconfig.CROSS_TOOL == 'iar':
|
||||
# STM32L4R7xx || STM32L4R9xx || STM32L4S5xx
|
||||
# STM32L4S7xx || STM32L4S9xx
|
||||
# You can select chips from the list above
|
||||
CPPDEFINES = ['STM32L432xx']
|
||||
CPPDEFINES = ['STM32L431xx']
|
||||
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = path, CPPDEFINES = CPPDEFINES)
|
||||
|
||||
Return('group')
|
||||
|
Loading…
x
Reference in New Issue
Block a user