Update the incomplete StandaloneProgrammer project to be compatible with the latest LUFA core API.
This commit is contained in:
parent
b057041660
commit
46aea9d4ce
2 changed files with 50 additions and 61 deletions
|
@ -43,7 +43,6 @@ FILE DiskStream = FDEV_SETUP_STREAM(NULL, Disk_getchar, _FDEV_SETUP_READ);
|
|||
/** Petite FAT Fs structure to hold the internal state of the FAT driver for the Dataflash contents. */
|
||||
FATFS DiskFATState;
|
||||
|
||||
|
||||
/** Stream character fetching routine for the FAT driver so that characters from the currently open file can be
|
||||
* read in sequence when applied to a stdio stream.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue