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
Brian Daniels 2016-12-09 12:47:17 -06:00
parent ce9d2526f8
commit 6085905658
1 changed files with 0 additions and 0 deletions