mirror of
https://github.com/luc-github/ESP3D.git
synced 2026-03-11 18:36:48 +01:00
Update SdFatConfig.h
This commit is contained in:
@@ -99,8 +99,8 @@
|
||||
#elif defined(__arm__)
|
||||
// ARM gcc defines open flags.
|
||||
#define USE_FCNTL_H 1
|
||||
#else // defined(__AVR__)
|
||||
#define USE_FCNTL_H 0
|
||||
#else // defined(__AVR__) //Like ESP32
|
||||
#define USE_FCNTL_H 1
|
||||
#endif // defined(__AVR__)
|
||||
//------------------------------------------------------------------------------
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user