Adding original MMDVM watchdog and LED functions

This commit is contained in:
Andy CA6JAU 2017-02-10 16:14:02 -03:00
parent 7d40e245bd
commit e04551979d
4 changed files with 47 additions and 7 deletions

View file

@ -331,7 +331,6 @@ void CIO::setTX()
// PTT pin on
PTT_pin(HIGH);
LED_pin(LOW);
}
//======================================================================================================================
@ -350,7 +349,6 @@ void CIO::setRX()
// PTT pin off
PTT_pin(LOW);
LED_pin(HIGH);
}
#endif