Skip to content

Commit fd2fef2

Browse files
committed
x
1 parent 3b01fde commit fd2fef2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

alt_arduinocore_api/api/ArduinoAPI.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include <zephyr/drivers/gpio.h>
1313

1414
#include "api/HardwareSerial.h"
15+
#include "common_types.h"
1516

1617
#define lowByte(w) ((uint8_t) ((w) & 0xff))
1718
#define highByte(w) ((uint8_t) ((w) >> 8))

0 commit comments

Comments
 (0)