mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
7 lines
101 B
C
7 lines
101 B
C
|
#ifndef READLINE_APP_H
|
||
|
#define READLINE_APP_H
|
||
|
|
||
|
bool uart_getc(char *c);
|
||
|
|
||
|
#endif /* READLINE_APP_H */
|