Rename all Stm32f1 to STM32F1 (#12639)

This commit is contained in:
Reece Kibble
2019-01-01 06:36:49 +08:00
committed by Scott Lahteine
parent 371d9a1acf
commit 7557f8d68c
11 changed files with 9 additions and 9 deletions

View File

@ -47,10 +47,10 @@
#include "../shared/math_32bit.h"
#include "../shared/HAL_SPI.h"
#include "fastio_Stm32f1.h"
#include "watchdog_Stm32f1.h"
#include "fastio_STM32F1.h"
#include "watchdog_STM32F1.h"
#include "HAL_timers_Stm32f1.h"
#include "HAL_timers_STM32F1.h"
// --------------------------------------------------------------------------