X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/4b35dd167001233d2f44f918d3656a3f2ad80f2e..a9d5e129b76449c73a853af450d7d353512cd3a0:/Demos/Device/ClassDriver/MassStorage/MassStorage.h diff --git a/Demos/Device/ClassDriver/MassStorage/MassStorage.h b/Demos/Device/ClassDriver/MassStorage/MassStorage.h index e6b2bf99f..930e8f4cb 100644 --- a/Demos/Device/ClassDriver/MassStorage/MassStorage.h +++ b/Demos/Device/ClassDriver/MassStorage/MassStorage.h @@ -70,7 +70,7 @@ #define LEDMASK_USB_BUSY (LEDS_LED2) /** Total number of logical drives within the device - must be non-zero. */ - #define TOTAL_LUNS 2 + #define TOTAL_LUNS 1 /** Blocks in each LUN, calculated from the total capacity divided by the total number of Logical Units in the device. */ #define LUN_MEDIA_BLOCKS (VIRTUAL_MEMORY_BLOCKS / TOTAL_LUNS)