mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-31 19:24:28 +02:00
initial import
This commit is contained in:
committed by
Ivan Grokhotkov
parent
668acc2c08
commit
5f3a205955
9
tools/sdk/include/newlib/paths.h
Normal file
9
tools/sdk/include/newlib/paths.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _PATHS_H_
|
||||
#define _PATHS_H_
|
||||
|
||||
#define _PATH_DEV "/dev/"
|
||||
#define _PATH_DEVNULL "/dev/null"
|
||||
#define _PATH_DEVZERO "/dev/zero"
|
||||
#define _PATH_BSHELL "/bin/sh"
|
||||
|
||||
#endif /* _PATHS_H_ */
|
Reference in New Issue
Block a user