diff --git a/applications/external/avr_isp_programmer/scenes/avr_isp_scene_chip_detect.c b/applications/external/avr_isp_programmer/scenes/avr_isp_scene_chip_detect.c index 7bb0055af..79c239390 100644 --- a/applications/external/avr_isp_programmer/scenes/avr_isp_scene_chip_detect.c +++ b/applications/external/avr_isp_programmer/scenes/avr_isp_scene_chip_detect.c @@ -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; } diff --git a/applications/external/avr_isp_programmer/views/avr_isp_view_reader.h b/applications/external/avr_isp_programmer/views/avr_isp_view_reader.h index 94856fb26..44a439948 100644 --- a/applications/external/avr_isp_programmer/views/avr_isp_view_reader.h +++ b/applications/external/avr_isp_programmer/views/avr_isp_view_reader.h @@ -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, diff --git a/applications/external/avr_isp_programmer/views/avr_isp_view_writer.h b/applications/external/avr_isp_programmer/views/avr_isp_view_writer.h index a2a3b7b85..1ff728387 100644 --- a/applications/external/avr_isp_programmer/views/avr_isp_view_writer.h +++ b/applications/external/avr_isp_programmer/views/avr_isp_view_writer.h @@ -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,