Various fixes

This commit is contained in:
Mark Qvist 2014-12-19 00:50:14 +01:00
parent ef36e43e96
commit a4ce3fca41
5 changed files with 15 additions and 7 deletions

View file

@ -201,7 +201,9 @@ static bool hdlcParse(Hdlc *hdlc, bool bit, FIFOBuffer *fifo) {
// on the RX LED.
fifo_push(fifo, HDLC_FLAG);
hdlc->receiving = true;
LED_RX_ON();
#if OPEN_SQUELCH == false
LED_RX_ON();
#endif
} else {
// If the buffer is full, we have a problem
// and abort by setting the return value to