added KILL_PIN support / cleaned up manage_inactivity function definition
This commit is contained in:
@ -107,7 +107,7 @@ FORCE_INLINE void serialprintPGM(const char *str)
|
||||
void get_command();
|
||||
void process_commands();
|
||||
|
||||
void manage_inactivity(byte debug);
|
||||
void manage_inactivity();
|
||||
|
||||
#if X_ENABLE_PIN > -1
|
||||
#define enable_x() WRITE(X_ENABLE_PIN, X_ENABLE_ON)
|
||||
|
Reference in New Issue
Block a user