Update the incomplete StandaloneProgrammer project to be compatible with the latest LUFA core API.

This commit is contained in:
Dean Camera 2011-11-09 23:24:11 +00:00
parent b057041660
commit 46aea9d4ce
2 changed files with 50 additions and 61 deletions

View file

@ -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.
*/