Removed the DISABLE from HOST_KEEPALIVE_FEATURE option

This commit is contained in:
João Brázio
2016-05-10 14:03:34 +01:00
parent a454a88f9c
commit ac7f634956
3 changed files with 7 additions and 9 deletions

View File

@@ -488,7 +488,7 @@ static bool send_ok[BUFSIZE];
static MarlinBusyState busy_state = NOT_BUSY;
static millis_t next_busy_signal_ms = 0;
uint8_t host_keepalive_interval = DEFAULT_KEEPALIVE_INTERVAL;
uint8_t host_keepalive_interval = HOST_KEEPALIVE_INTERVAL;
#define KEEPALIVE_STATE(n) do{ busy_state = n; }while(0)
#else
#define host_keepalive() ;