Skip to content

Commit 2bf97af

Browse files
committed
Cleaned header file
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent e933a8e commit 2bf97af

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

cores/arduino/stm32/core_callback.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#ifndef __CALLBACK_H
4040
#define __CALLBACK_H
4141

42-
#include "Arduino.h"
42+
#include "variant.h"
4343

4444
#ifdef __cplusplus
4545
extern "C" {

cores/arduino/stm32/timer.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,8 @@
4646
/** @addtogroup STM32F4xx_System_Private_Includes
4747
* @{
4848
*/
49-
#include "stm32_def.h"
5049
#include "timer.h"
51-
#include "digital_io.h"
52-
#include "clock.h"
53-
#include "analog.h"
54-
#include "variant.h"
50+
#include "board.h"
5551

5652
#ifdef __cplusplus
5753
extern "C" {

0 commit comments

Comments
 (0)