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

@@ -395,10 +395,10 @@
#endif
/**
* Avoid double-negatives for enabling features
* Host keep alive
*/
#if DISABLED(DISABLE_HOST_KEEPALIVE)
#define HOST_KEEPALIVE_FEATURE
#ifndef HOST_KEEPALIVE_INTERVAL
#define HOST_KEEPALIVE_INTERVAL 2
#endif
/**