JunMo Hong / stm-spirit1-rf-driver_for_cubebite

Fork of EV-COG-AD3029LZ by JunMo Hong

Revision:
21:d5c10e5742f6
Parent:
19:42df12d5f750
Child:
22:9165bd73c61e
--- a/SimpleSpirit1.cpp	Mon Nov 07 11:28:22 2016 +0100
+++ b/SimpleSpirit1.cpp	Tue Nov 08 11:04:30 2016 +0100
@@ -466,8 +466,6 @@
 
 	/* Transmission error */
 	if(x_irq_status.IRQ_TX_FIFO_ERROR) {
-		error("IRQ_TX_FIFO_ERROR should never happen!\n");
-
 		cmd_strobe(SPIRIT1_STROBE_FTX);
 		if(_spirit_tx_started) {
 			_spirit_tx_started = false;