Skip to content

Commit 13a91b5

Browse files
committed
serial: add missing include
1 parent 683465f commit 13a91b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/arduino/zephyrSerial.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#pragma once
88

99
#include <zephyr/sys/ring_buffer.h>
10+
#include <zephyr/kernel.h>
1011
#include <api/HardwareSerial.h>
1112

1213
namespace arduino {

0 commit comments

Comments
 (0)