Updated example configurations

This commit is contained in:
João Brázio
2016-05-10 14:05:33 +01:00
parent ac7f634956
commit 85b2c80838
20 changed files with 56 additions and 90 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 = HOST_KEEPALIVE_INTERVAL;
uint8_t host_keepalive_interval = DEFAULT_KEEPALIVE_INTERVAL;
#define KEEPALIVE_STATE(n) do{ busy_state = n; }while(0)
#else
#define host_keepalive() ;