wwatson4506 / UsbMscFat

Teensy 36/40/41 Compatiblility Layer for MSC and SdFat
MIT License
9 stars 3 forks source link

rename #define MAX_FILENAME_LEN #1

Closed KurtE closed 3 years ago

KurtE commented 3 years ago

This appears to be a common define across multiple libraries, the #undef cause other things to not compile.

SO simply renamed the 4 place in the header file to: MSC_MAX_FILENAME_LEN