Also suspend keepalive messages with suspend_auto_report

This commit is contained in:
Scott Lahteine 2018-03-21 00:26:00 -05:00
parent bc01200495
commit 4eddcf9142
3 changed files with 5 additions and 5 deletions

View file

@ -227,7 +227,7 @@ extern volatile bool wait_for_heatup;
extern volatile bool wait_for_user;
#endif
#if HAS_AUTO_REPORTING
#if HAS_AUTO_REPORTING || ENABLED(HOST_KEEPALIVE_FEATURE)
extern bool suspend_auto_report;
#endif