We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e1a67 commit 83753ffCopy full SHA for 83753ff
3 files changed
cores/arduino/zephyrInternal.h
libraries/SPI/SPI.cpp
@@ -5,7 +5,6 @@
5
*/
6
7
#include "SPI.h"
8
-#include "zephyrInternal.h"
9
#include <zephyr/kernel.h>
10
11
arduino::ZephyrSPI::ZephyrSPI(const struct device *spi) : spi_dev(spi) {
variants/arduino_portenta_h7_stm32h747xx_m7/variant.cpp
@@ -5,7 +5,7 @@
-#include <zephyrInternal.h>
+#include <Arduino.h>
void _on_1200_bps() {
uint32_t tmp = (uint32_t) & (RTC->BKP0R);
0 commit comments