mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-14 20:25:58 +08:00
Update SdFatConfig.h
This commit is contained in:
parent
82f1568341
commit
bfa45aba9f
@ -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__)
|
||||
//------------------------------------------------------------------------------
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user