mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-22 21:23:07 +03:00
hardwareSerial: add missing include (#5648)
Fix #5644, #include <time.h>
This commit is contained in:
parent
2ffd9c993c
commit
471dd87b5c
@ -28,6 +28,7 @@
|
||||
#define HardwareSerial_h
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <time.h>
|
||||
#include "Stream.h"
|
||||
#include "uart.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user