mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
8 lines
128 B
C
8 lines
128 B
C
#ifndef _PATHS_H_
|
|
#define _PATHS_H_
|
|
|
|
#define _PATH_DEV "/dev/"
|
|
#define _PATH_BSHELL "/bin/sh"
|
|
|
|
#endif /* _PATHS_H_ */
|