fbt format

This commit is contained in:
MX
2023-04-01 21:53:19 +03:00
parent 52944370e6
commit 656e328a55
3 changed files with 3 additions and 3 deletions
@@ -24,7 +24,7 @@ void avr_isp_scene_chip_detect_on_enter(void* context) {
break;
default:
avr_isp_chip_detect_set_state(
avr_isp_chip_detect_set_state(
app->avr_isp_chip_detect_view, AvrIspChipDetectViewStateNoDetect);
break;
}
@@ -20,7 +20,7 @@ void avr_isp_reader_set_file_path(
AvrIspReaderView* instance,
const char* file_path,
const char* file_name);
void avr_isp_reader_view_set_callback(
AvrIspReaderView* instance,
AvrIspReaderViewCallback callback,
@@ -22,7 +22,7 @@ void avr_isp_writer_set_file_path(
AvrIspWriterView* instance,
const char* file_path,
const char* file_name);
void avr_isp_writer_view_set_callback(
AvrIspWriterView* instance,
AvrIspWriterViewCallback callback,