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"
// --------------------------------------------------------------------------

View File

@ -29,7 +29,7 @@
uint8_t ServoCount; //=0
#include "HAL_Servo_Stm32f1.h"
#include "HAL_Servo_STM32F1.h"
//#include "Servo.h"

View File

@ -32,7 +32,7 @@
#include "HAL.h"
#include "HAL_timers_Stm32f1.h"
#include "HAL_timers_STM32F1.h"
// --------------------------------------------------------------------------
// Externals

View File

@ -31,7 +31,7 @@
#if ENABLED(USE_WATCHDOG)
#include <libmaple/iwdg.h>
#include "watchdog_Stm32f1.h"
#include "watchdog_STM32F1.h"
void watchdogSetup(void) {
// do whatever. don't remove this function.