DOWNLOAD_FILENAME is only used within FWupgrade_Standalone.
 
Symbols
loading...
Files
loading...

DOWNLOAD_FILENAME macro

Syntax

#define DOWNLOAD_FILENAME "0:image.BIN"

References

LocationText
command.c:25
#define DOWNLOAD_FILENAME "0:image.BIN"
command.c:129
if(f_open(&MyFileR, DOWNLOAD_FILENAME, FA_READ) == FR_OK)