mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Initial compilation fixes
This commit is contained in:
11
util/time.h
Normal file
11
util/time.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef TIME_H
|
||||
#define TIME_H
|
||||
|
||||
struct timeval
|
||||
{
|
||||
time_t tv_sec;
|
||||
long tv_usec;
|
||||
};
|
||||
|
||||
|
||||
#endif //TIME_H
|
Reference in New Issue
Block a user