1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 05:06:30 +04:00

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

View File

@@ -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,

View File

@@ -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,