Fix a host action compile error (#13208)

This commit is contained in:
InsanityAutomation 2019-02-19 15:47:31 -05:00 committed by Scott Lahteine
parent 992cdc8d14
commit 19af90face

View file

@ -140,7 +140,7 @@ void GcodeSuite::dwell(millis_t time) {
}
#if ENABLED(HOST_PROMPT_SUPPORT)
if (host_prompt_reason == PROMPT_G29_RETRY) host_action_prompt_end();
host_action_prompt_end();
#endif
#ifdef G29_SUCCESS_COMMANDS