#include "Lib/DataflashManager.h"\r
\r
#include <LUFA/Version.h>\r
- #include <LUFA/Drivers/Board/Joystick.h>\r
#include <LUFA/Drivers/Board/LEDs.h>\r
- #include <LUFA/Drivers/Board/Buttons.h>\r
#include <LUFA/Drivers/USB/USB.h>\r
#include <LUFA/Drivers/USB/Class/MassStorage.h>
\r
#define LEDMASK_USB_ERROR (LEDS_LED1 | LEDS_LED3)\r
\r
/** LED mask for the library LED driver, to indicate that the USB interface is busy. */\r
- #define LEDMASK_USB_BUSY (LEDS_LED2)\r
+ #define LEDMASK_USB_BUSY LEDS_LED2\r
\r
/** Total number of logical drives within the device - must be non-zero. */\r
- #define TOTAL_LUNS 2\r
+ #define TOTAL_LUNS 1\r
\r
/** Blocks in each LUN, calculated from the total capacity divided by the total number of Logical Units in the device. */\r
#define LUN_MEDIA_BLOCKS (VIRTUAL_MEMORY_BLOCKS / TOTAL_LUNS)\r