We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d9368 commit 242671dCopy full SHA for 242671d
4 files changed
cores/arduino/board.h
@@ -12,7 +12,6 @@
12
#include "digital_io.h"
13
#include "dwt.h"
14
#include "hw_config.h"
15
-#include "stm32_eeprom.h"
16
#include "timer.h"
17
#include "uart.h"
18
libraries/EEPROM/src/EEPROM.h
@@ -22,6 +22,9 @@
22
#define EEPROM_h
23
24
#include "Arduino.h"
25
+extern "C" {
26
+#include "utility/stm32_eeprom.h"
27
+}
28
29
/***
30
EERef class.
…ries/SrcWrapper/src/stm32/stm32_eeprom.c …raries/EEPROM/src/utility/stm32_eeprom.clibraries/SrcWrapper/src/stm32/stm32_eeprom.c renamed to libraries/EEPROM/src/utility/stm32_eeprom.c
cores/arduino/stm32/stm32_eeprom.h …raries/EEPROM/src/utility/stm32_eeprom.hcores/arduino/stm32/stm32_eeprom.h renamed to libraries/EEPROM/src/utility/stm32_eeprom.h
0 commit comments