mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
8 lines
114 B
C
8 lines
114 B
C
#ifndef OS_INT_H
|
|
#define OS_INT_H
|
|
|
|
#include <stddef.h>
|
|
#include <stdint.h>
|
|
#include <stdbool.h>
|
|
|
|
#endif //OS_INT_H
|