X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/aaa0bed556d0fa424b831418a7ce2531653a8b03..7aecda6fda5bcced68d72b0cf73d00174aa5c7cd:/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. */