mirror of https://github.com/ARMmbed/mbed-os.git
Renames i2c_api.c for STM32F1 targets to fix IAR exporter.
The IAR build system does not allow two files to have the same name. This renames the i2c_api.c file for the STM32F1 family to i2c_api_stm32f1.c to avoid this issue. The common i2c_api.c file shared among all ST targets is not actually used for STM32F1 targets as it protected with an #ifdef guard.pull/3416/head
parent
ce9d2526f8
commit
6085905658
Loading…
Reference in New Issue