No need to consume the trailing \n anymore

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/365/head
Gergely Nagy 8 years ago
parent ff46d8eede
commit 3648c6687c

@ -54,8 +54,6 @@ namespace FocusHooks {
break; break;
} }
Serial.read ();
return true; return true;
} }
@ -90,7 +88,6 @@ namespace FocusHooks {
break; break;
} }
Serial.read ();
return true; return true;
} }
}; };

Loading…
Cancel
Save