We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b01fde commit fd2fef2Copy full SHA for fd2fef2
1 file changed
alt_arduinocore_api/api/ArduinoAPI.h
@@ -12,6 +12,7 @@
12
#include <zephyr/drivers/gpio.h>
13
14
#include "api/HardwareSerial.h"
15
+#include "common_types.h"
16
17
#define lowByte(w) ((uint8_t) ((w) & 0xff))
18
#define highByte(w) ((uint8_t) ((w) >> 8))
0 commit comments