Tweak MMU beeps, misc. cleanup

This commit is contained in:
Scott Lahteine
2020-09-27 02:01:56 -05:00
parent 82e602c847
commit 4975e93350
5 changed files with 10 additions and 10 deletions

View File

@ -53,7 +53,7 @@
#include "../feature/pause.h"
#endif
#define DEBUG_OUT ENABLED(DEBUG_CARDREADER)
#define DEBUG_OUT EITHER(DEBUG_CARDREADER, MARLIN_DEV_MODE)
#include "../core/debug_out.h"
// public:
@ -716,7 +716,7 @@ void CardReader::beginautostart() {
cdroot();
}
void CardReader::closefile(const bool store_location) {
void CardReader::closefile(const bool store_location/*=false*/) {
file.sync();
file.close();
flag.saving = flag.logging = false;