Compare commits

..

2 Commits

Author SHA1 Message Date
kenli 91dbb9b24f
Merge cb365c9c7c into 287469245c 2025-04-23 10:40:15 +00:00
kenli cb365c9c7c Remove unused debugging variables for successful compilation 2023-09-21 08:52:32 +08:00
1 changed files with 0 additions and 2 deletions

View File

@ -1630,7 +1630,6 @@
int expected_frame_count = 0;
int frames_received = 0;
uint8_t *file_buffer = NULL;
long bytes_written = 0;
/* Variables for progress bar */
int progress_bar_width = 50;
@ -1850,7 +1849,6 @@
if (bytes_to_write > 0) {
memcpy(file_buffer + offset, frame.data,
bytes_to_write);
bytes_written += bytes_to_write;
}
frames_received++;