Rename all Stm32f1 to STM32F1 (#12639)
This commit is contained in:
committed by
Scott Lahteine
parent
371d9a1acf
commit
7557f8d68c
@ -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"
|
||||
|
||||
|
||||
// --------------------------------------------------------------------------
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
uint8_t ServoCount; //=0
|
||||
|
||||
#include "HAL_Servo_Stm32f1.h"
|
||||
#include "HAL_Servo_STM32F1.h"
|
||||
|
||||
//#include "Servo.h"
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
#include "HAL.h"
|
||||
|
||||
#include "HAL_timers_Stm32f1.h"
|
||||
#include "HAL_timers_STM32F1.h"
|
||||
|
||||
// --------------------------------------------------------------------------
|
||||
// Externals
|
@ -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.
|
Reference in New Issue
Block a user