David Lee hace 2 años
padre
commit
7f17cb6a32
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      helpers/subghz/subghz_i.c

+ 1 - 1
helpers/subghz/subghz_i.c

@@ -33,7 +33,7 @@ bool subghz_tx_start(SubGhz* subghz, FlipperFormat* flipper_format) {
             subghz->dialogs, "Error in protocol\nparameters\ndescription");
         break;
     case SubGhzTxRxStartTxStateErrorOnlyRx:
-       // FURI_LOG_D(TAG, 'Cannot send, only RX possible');
+        // FURI_LOG_D(TAG, 'Cannot send, only RX possible');
         break;
 
     default: