vad7 2 سال پیش
والد
کامیت
bb997317f0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      nrf24batch.c

+ 1 - 1
nrf24batch.c

@@ -295,7 +295,7 @@ uint8_t nrf24_send_packet()
 		}
 		}
 	} else notification_message(APP->notification, &sequence_blink_red_100);
 	} else notification_message(APP->notification, &sequence_blink_red_100);
 	NRF_time = furi_get_tick();
 	NRF_time = furi_get_tick();
-	FURI_LOG_D(TAG, "Send packet: %d%s", rw_type, send_status, NRF_last_packet_send_st, send_status == sst_receiving ? ", Receiving" : "");
+	FURI_LOG_D(TAG, "Send packet: %d%s", NRF_last_packet_send_st, send_status == sst_receiving ? ", Receiving" : "");
 	return NRF_last_packet_send_st;
 	return NRF_last_packet_send_st;
 }
 }