Fix SLOW_PWM_HEATERS, issues already patched in 2.0.x

This commit is contained in:
Scott Lahteine 2017-09-24 01:43:06 -05:00
parent 20b57f9d38
commit 44edffa0a9
3 changed files with 5 additions and 6 deletions

View file

@ -1384,7 +1384,7 @@ bool SdBaseFile::rmdir() {
* the value zero, false, is returned for failure.
*/
bool SdBaseFile::rmRfStar() {
uint16_t index;
uint32_t index;
SdBaseFile f;
rewind();
while (curPosition_ < fileSize_) {