Make the StandaloneProgrammer project seamlessly read out drive contents from either an attached FAT formatted drive when in host mode, or the onboard FAT formatted dataflash when in device mode.
This commit is contained in:
parent
59ed10273c
commit
d3f11eb528
6 changed files with 18 additions and 13 deletions
|
@ -79,6 +79,8 @@
|
|||
static int Disk_getchar(FILE* Stream);
|
||||
#endif
|
||||
|
||||
void EVENT_USB_UIDChange(void);
|
||||
|
||||
void SetupHardware(void);
|
||||
void Programmer_Task(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue