We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e933a8e commit 2bf97afCopy full SHA for 2bf97af
cores/arduino/stm32/core_callback.h
@@ -39,7 +39,7 @@
39
#ifndef __CALLBACK_H
40
#define __CALLBACK_H
41
42
-#include "Arduino.h"
+#include "variant.h"
43
44
#ifdef __cplusplus
45
extern "C" {
cores/arduino/stm32/timer.c
@@ -46,12 +46,8 @@
46
/** @addtogroup STM32F4xx_System_Private_Includes
47
* @{
48
*/
49
-#include "stm32_def.h"
50
#include "timer.h"
51
-#include "digital_io.h"
52
-#include "clock.h"
53
-#include "analog.h"
54
-#include "variant.h"
+#include "board.h"
55
56
57
0 commit comments