We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0b190 commit 1b688ceCopy full SHA for 1b688ce
cores/siwigsm/HardwareSerial.cpp
@@ -5,7 +5,7 @@
5
#include <sys/ioctl.h>
6
#include <string.h>
7
8
-#include <lib.h>
+#include <variant.h>
9
10
#include "HardwareSerial.h"
11
cores/siwigsm/HardwareSerial.h
@@ -19,9 +19,6 @@
19
#ifndef HardwareSerial_h
20
#define HardwareSerial_h
21
22
-#include <inttypes.h>
23
-#include <sys/termios.h>
24
-
25
#include "Stream.h"
26
27
#define UART0 "/dev/ttyS0"
0 commit comments