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

UPLOAD_FILENAME macro

Syntax

#define UPLOAD_FILENAME "0:UPLOAD.BIN"

References

LocationText
command.c:24
#define UPLOAD_FILENAME "0:UPLOAD.BIN"
command.c:63
f_unlink(UPLOAD_FILENAME);
command.c:69
if(( Appli_state == APPLICATION_READY) && (f_open(&MyFile, UPLOAD_FILENAME, FA_CREATE_ALWAYS | FA_WRITE) == FR_OK))