MX hace 2 años
padre
commit
0ba59ffb0e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      subbrute_device.c

+ 0 - 1
subbrute_device.c

@@ -263,7 +263,6 @@ uint8_t subbrute_device_load_from_file(SubBruteDevice* instance, const char* fil
             result = SubBruteFileResultMissingOrIncorrectFrequency;
             break;
         }
-      
 
         if(!subghz_devices_is_frequency_valid(instance->radio_device, temp_data32)) {
             FURI_LOG_E(TAG, "Unsupported radio device frequency");