mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-30 21:12:55 +08:00
8 lines
115 B
C
8 lines
115 B
C
|
#ifndef __stdbool_h__
|
||
|
#define __stdbool_h__
|
||
|
|
||
|
// For compatibility with SDK. Boo.
|
||
|
#include_next "c_types.h"
|
||
|
|
||
|
#endif
|