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:
Dong Heng
2018-09-13 15:18:17 +08:00

View File

@ -7,7 +7,7 @@
#ifdef __cplusplus
extern "C" {
#endif
#error "<dirent.h> not supported"
//#error "<dirent.h> not supported"
#ifdef __cplusplus
}
#endif