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 d354657 commit 2cc7c22Copy full SHA for 2cc7c22
cores/stm32l4/Arduino.h
@@ -82,6 +82,7 @@ enum BitOrder {
82
83
#define ARM_MATH_CM4
84
#include "stm32l4xx.h"
85
+#undef RTC
86
#undef DAC1
87
#undef SPI1
88
#undef SPI2
libraries/RTC/src/RTC.cpp
@@ -28,7 +28,6 @@
28
29
#include "Arduino.h"
30
#include "stm32l4_wiring_private.h"
31
-#undef RTC
32
#include "RTC.h"
33
#include <time.h>
34
libraries/SPI/src/SPI.cpp
@@ -28,8 +28,6 @@
-#undef SPI1
-#undef SPI2
#include "SPI.h"
35
/* The code below deserves some explanation. The SPIClass has really 2 modes of operation.
0 commit comments