Skip to content

Commit 8da38b1

Browse files
committed
FMT Fix
1 parent d03732f commit 8da38b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

applications/external/avr_isp_programmer/scenes/avr_isp_scene_chip_detect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ void avr_isp_scene_chip_detect_on_enter(void* context) {
2424
break;
2525

2626
default:
27-
avr_isp_chip_detect_set_state(
27+
avr_isp_chip_detect_set_state(
2828
app->avr_isp_chip_detect_view, AvrIspChipDetectViewStateNoDetect);
2929
break;
3030
}

applications/external/avr_isp_programmer/views/avr_isp_view_reader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ void avr_isp_reader_set_file_path(
2020
AvrIspReaderView* instance,
2121
const char* file_path,
2222
const char* file_name);
23-
23+
2424
void avr_isp_reader_view_set_callback(
2525
AvrIspReaderView* instance,
2626
AvrIspReaderViewCallback callback,

applications/external/avr_isp_programmer/views/avr_isp_view_writer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ void avr_isp_writer_set_file_path(
2222
AvrIspWriterView* instance,
2323
const char* file_path,
2424
const char* file_name);
25-
25+
2626
void avr_isp_writer_view_set_callback(
2727
AvrIspWriterView* instance,
2828
AvrIspWriterViewCallback callback,

0 commit comments

Comments
 (0)