Fix multiport G28 with Binary Transfer (#13308)

This commit is contained in:
Chris Pepper 2019-03-04 16:44:54 +00:00 committed by GitHub
parent 38bef9da91
commit 2513f6b550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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