Pack file struct for.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2024-12-23 20:39:31 +01:00
parent 4f5f2a8854
commit f509833a3c
2 changed files with 7 additions and 6 deletions

View File

@@ -113,7 +113,6 @@ void process_fci(const file_t *pe, int fmd) {
}
}
#define MAX_DYNAMIC_FILES 128
uint16_t dynamic_files = 0;
file_t dynamic_file[MAX_DYNAMIC_FILES];