1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

scons: remove MCU_SERIES_F4 define

Reflects micropython commit 37b8ba5a55c99dbd1e69eb1c99651307b22fd3e
This commit is contained in:
Jan Pochyla 2018-06-13 15:27:13 +02:00 committed by Pavol Rusnak
parent edcc96ee09
commit e390c9d604
5 changed files with 0 additions and 5 deletions

View File

@ -122,7 +122,6 @@ env.Replace(
] + CPPPATH_MOD,
CPPDEFINES=[
'TREZOR_MODEL_T',
'MCU_SERIES_F4',
'STM32F427xx',
'USE_HAL_DRIVER',
('STM32_HAL_H', '"<stm32f4xx.h>"'),

View File

@ -144,7 +144,6 @@ env.Replace(
] + CPPPATH_MOD,
CPPDEFINES=[
'TREZOR_MODEL_T',
'MCU_SERIES_F4',
'STM32F427xx',
'USE_HAL_DRIVER',
('STM32_HAL_H', '"<stm32f4xx.h>"'),

View File

@ -333,7 +333,6 @@ env.Replace(
] + CPPPATH_MOD,
CPPDEFINES=[
'TREZOR_MODEL_T',
'MCU_SERIES_F4',
'STM32F427xx',
'USE_HAL_DRIVER',
('STM32_HAL_H', '"<stm32f4xx.h>"'),

View File

@ -111,7 +111,6 @@ env.Replace(
] + CPPPATH_MOD,
CPPDEFINES=[
'TREZOR_MODEL_T',
'MCU_SERIES_F4',
'STM32F427xx',
('STM32_HAL_H', '"<stm32f4xx_hal.h>"'),
] + CPPDEFINES_MOD,

View File

@ -111,7 +111,6 @@ env.Replace(
] + CPPPATH_MOD,
CPPDEFINES=[
'TREZOR_MODEL_T',
'MCU_SERIES_F4',
'STM32F427xx',
('STM32_HAL_H', '"<stm32f4xx_hal.h>"'),
] + CPPDEFINES_MOD,