Skip to content

Commit 83753ff

Browse files
committed
cores: arduino: Remove zephyrInternal.h
enableInterrupt/disableInterrupt functions are No longer used. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
1 parent 97e1a67 commit 83753ff

3 files changed

Lines changed: 1 addition & 22 deletions

File tree

cores/arduino/zephyrInternal.h

Lines changed: 0 additions & 20 deletions
This file was deleted.

libraries/SPI/SPI.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66

77
#include "SPI.h"
8-
#include "zephyrInternal.h"
98
#include <zephyr/kernel.h>
109

1110
arduino::ZephyrSPI::ZephyrSPI(const struct device *spi) : spi_dev(spi) {

variants/arduino_portenta_h7_stm32h747xx_m7/variant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
#include <zephyr/kernel.h>
8-
#include <zephyrInternal.h>
8+
#include <Arduino.h>
99

1010
void _on_1200_bps() {
1111
uint32_t tmp = (uint32_t) & (RTC->BKP0R);

0 commit comments

Comments
 (0)