diff options
Diffstat (limited to 'cores/arduino/HardwareSerial1.cpp')
-rw-r--r-- | cores/arduino/HardwareSerial1.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cores/arduino/HardwareSerial1.cpp b/cores/arduino/HardwareSerial1.cpp index c04263e..089f35b 100644 --- a/cores/arduino/HardwareSerial1.cpp +++ b/cores/arduino/HardwareSerial1.cpp @@ -1,5 +1,6 @@ #include "Arduino.h" #include "HardwareSerial.h" +#include "HardwareSerial_private.h" // Each HardwareSerial is defined in its own file, sine the linker pulls // in the entire file when any element inside is used. --gc-sections can |