Skip to content

Commit

Permalink
clean up warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Sep 9, 2019
1 parent 28fd5dc commit 56d6610
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/FatLib/FatVolume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 56d6610

Please sign in to comment.