Merge pull request #6 from hathach/master

clean up warnings
This commit is contained in:
hathach 2019-09-09 21:58:35 +07:00 committed by GitHub
commit fa76619c03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -553,8 +553,6 @@ bool FatVolume::wipe(print_t* pr) {
cache_t* cache;
uint16_t count;
uint32_t lbn;
uint8_t fatCount = 2; // should be fbs->fatCount or based on size of flash!
if (!fatType()) {
DBG_FAIL_MACRO;
goto fail;