wwatson4506 / UsbMscFat

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

"DBG_FAIL_MACRO" Missing #16

Open BOBILLIER opened 2 years ago

BOBILLIER commented 2 years ago

Hello. I have upgraded my project to Arduino 1.8.19 because Log4J problem, and I upgrade Teensyduino to 1.56 Beta6. And now when I compile my project using our library, I obtain this error:

C:\Users\bobiller\Documents\Arduino\libraries\UsbMscFat-UsbMscFat\src\PFsLib\PFsExFatFormatter.cpp: In member function 'bool PFsExFatFormatter::format(PFsVolume&, uint8_t, print_t)': C:\Users\bobiller\Documents\Arduino\libraries\UsbMscFat-UsbMscFat\src\PFsLib\PFsExFatFormatter.cpp:105:5: error: 'DBG_FAIL_MACRO' was not declared in this scope DBG_FAIL_MACRO;

BOBILLIER commented 2 years ago

And upcase() also..