projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix PDITarget_ReceiveByte() not discarding the start bit properly, and reading in...
[pub/USBasp.git]
/
Projects
/
Incomplete
/
StandaloneProgrammer
/
DiskDevice.c
diff --git
a/Projects/Incomplete/StandaloneProgrammer/DiskDevice.c
b/Projects/Incomplete/StandaloneProgrammer/DiskDevice.c
index
104893a
..
2bb27bd
100644
(file)
--- a/
Projects/Incomplete/StandaloneProgrammer/DiskDevice.c
+++ b/
Projects/Incomplete/StandaloneProgrammer/DiskDevice.c
@@
-77,8
+77,6
@@
void EVENT_USB_Device_ConfigurationChanged(void)
\r
if (!(MS_Device_ConfigureEndpoints(&DiskDevice_MS_Interface)))
\r
LEDs_SetAllLEDs(LEDMASK_USB_ERROR);
\r
\r
if (!(MS_Device_ConfigureEndpoints(&DiskDevice_MS_Interface)))
\r
LEDs_SetAllLEDs(LEDMASK_USB_ERROR);
\r
-
\r
- pf_mount(&DiskFATState);
\r
}
\r
\r
/** Event handler for the library USB Unhandled Control Request event. */
\r
}
\r
\r
/** Event handler for the library USB Unhandled Control Request event. */
\r