wwatson4506 / UsbMscFat

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

Typo in msDevice.cpp include. #18

Open wwatson4506 opened 2 years ago

wwatson4506 commented 2 years ago

Found a typo error in msDevice.cpp include filename. Changed #include "MSDevice.h" to #include "msDevice.h". Was causing a file not found error when compiling.