X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/59ed10273c4f37079564d08a51bea2af1c10b96b..d3f11eb52809353d7f103cea8b4332f335c26697:/Projects/Incomplete/StandaloneProgrammer/DiskDevice.c diff --git a/Projects/Incomplete/StandaloneProgrammer/DiskDevice.c b/Projects/Incomplete/StandaloneProgrammer/DiskDevice.c index 104893a93..2bb27bd55 100644 --- a/Projects/Incomplete/StandaloneProgrammer/DiskDevice.c +++ b/Projects/Incomplete/StandaloneProgrammer/DiskDevice.c @@ -77,8 +77,6 @@ void EVENT_USB_Device_ConfigurationChanged(void) if (!(MS_Device_ConfigureEndpoints(&DiskDevice_MS_Interface))) LEDs_SetAllLEDs(LEDMASK_USB_ERROR); - - pf_mount(&DiskFATState); } /** Event handler for the library USB Unhandled Control Request event. */