Fix multiport G28 with Binary Transfer (#13308)

2.0.x
Chris Pepper 6 years ago committed by GitHub
parent 38bef9da91
commit 2513f6b550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,6 +27,10 @@
#include "../gcode.h" #include "../gcode.h"
#include "../../sd/cardreader.h" #include "../../sd/cardreader.h"
#if NUM_SERIAL > 1
#include "../queue.h"
#endif
/** /**
* M28: Start SD Write * M28: Start SD Write
*/ */

Loading…
Cancel
Save