Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2017-08-25 19:45:08 +0300
committerDavid Crocker <dcrocker@eschertech.com>2017-08-25 19:45:08 +0300
commit7af6d152ee288470db33c80c9a10f19dfc808217 (patch)
treefbbffed7f223d6e4516a1ef6c6e84682c319682c /src/Platform.h
parentc4d2c65030d86c451512204a84c4d8f345c06c40 (diff)
Bug fix (still 1.19+2)
Fixes issue with M291 (thanks to kitsuneaerin for reporting it)
Diffstat (limited to 'src/Platform.h')
-rw-r--r--src/Platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform.h b/src/Platform.h
index b3d10a53..3c3e21da 100644
--- a/src/Platform.h
+++ b/src/Platform.h
@@ -393,7 +393,7 @@ public:
void MessageF(const MessageType type, const char *fmt, ...);
void MessageF(const MessageType type, const char *fmt, va_list vargs);
bool FlushMessages(); // Flush messages to USB and aux, returning true if there is more to send
- void SendAlert(MessageType mt, const char *message, const char *title, int sParam, float tParam, bool zParam);
+ void SendAlert(MessageType mt, const char *message, const char *title, int sParam, float tParam, AxesBitmap controls);
// Movement