Webserver project now uses the board LEDs to indicate the current IP configuration state.
Don't double-read data from the attached disk in the incomplete StandaloneProgrammer project when in host mode.
This commit is contained in:
parent
a61c7f671d
commit
ce260ae786
9 changed files with 28 additions and 18 deletions
|
@ -77,7 +77,7 @@ const MIME_Type_t MIMETypes[] =
|
|||
{.Extension = "pdf", .MIMEType = "application/pdf"},
|
||||
};
|
||||
|
||||
/** FAT Fs structure to hold the internal state of the FAT driver for the dataflash contents. */
|
||||
/** FATFs structure to hold the internal state of the FAT driver for the dataflash contents. */
|
||||
FATFS DiskFATState;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue