Browse Source

Remove debugging code from userinput

master
Adam Pippin 4 years ago
parent
commit
05ccb339a9
  1. 1
      UserInput.cpp

1
UserInput.cpp

@ -3,7 +3,6 @@
int UserInput(int pid, unsigned int signal)
{
Serial.println("UserInput called");
if (signal & SIGNAL_START)
{
Kernel_signal_mask(pid, SIGNAL_START | SIGNAL_STOP | SIGNAL_TICK);

Loading…
Cancel
Save