From 46aea9d4ce0948f2340bfddc1c5a1bcc889e8840 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 9 Nov 2011 23:24:11 +0000 Subject: Update the incomplete StandaloneProgrammer project to be compatible with the latest LUFA core API. --- Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c') diff --git a/Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c b/Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c index 3f5d48b00..86007daa5 100644 --- a/Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c +++ b/Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c @@ -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. */ -- cgit v1.2.3