mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-17 19:13:52 +08:00
Merge branch 'feature/remove_error_check_from_sys_direct_header_file' into 'master'
Remove error check from <sys/direct.h> See merge request sdk/ESP8266_RTOS_SDK!482
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
#error "<dirent.h> not supported"
|
//#error "<dirent.h> not supported"
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user