Clean up code, remove _now command function

This commit is contained in:
Scott Lahteine
2017-03-24 05:53:19 -05:00
parent baadb11536
commit 93aad54dc1
3 changed files with 2 additions and 6 deletions

View File

@@ -896,10 +896,6 @@ bool enqueue_and_echo_command(const char* cmd, bool say_ok/*=false*/) {
return false;
}
void enqueue_and_echo_command_now(const char* cmd) {
while (!enqueue_and_echo_command(cmd)) idle();
}
void setup_killpin() {
#if HAS_KILL
SET_INPUT_PULLUP(KILL_PIN);