mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
7 lines
90 B
C
7 lines
90 B
C
#ifndef _C_SIGNAL_H_
|
|
#define _C_SIGNAL_H_
|
|
|
|
#include <signal.h>
|
|
|
|
#endif /* _C_SIGNAL_H_ */
|