File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name =SdFat
2- version =2.0.6
2+ version =2.0.7
33license =MIT
44author =Bill Greiman <fat16lib@sbcglobal.net>
55maintainer =Bill Greiman <fat16lib@sbcglobal.net>
Original file line number Diff line number Diff line change 3838#endif // INCLUDE_SDIOS
3939// ------------------------------------------------------------------------------
4040/* * SdFat version for cpp use. */
41- #define SD_FAT_VERSION 20006
41+ #define SD_FAT_VERSION 20007
4242/* * SdFat version as string. */
43- #define SD_FAT_VERSION_STR " 2.0.6 "
43+ #define SD_FAT_VERSION_STR " 2.0.7 "
4444// ==============================================================================
4545/* *
4646 * \class SdBase
Original file line number Diff line number Diff line change @@ -279,8 +279,8 @@ typedef uint8_t SdCsPin_t;
279279 * Set USE_SIMPLE_LITTLE_ENDIAN nonzero for little endian processors
280280 * with no memory alignment restrictions.
281281 */
282- #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ && !defined( __SAMD21G18A__ ) \
283- && ! defined(__MKL26Z64__ ) && ! defined(ESP8266 )
282+ #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ \
283+ && ( defined(__AVR__ ) || defined(__ARM_FEATURE_UNALIGNED ) )
284284#define USE_SIMPLE_LITTLE_ENDIAN 1
285285#else // __BYTE_ORDER_
286286#define USE_SIMPLE_LITTLE_ENDIAN 0
You can’t perform that action at this time.
0 commit comments