Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function return...
[pub/lufa.git] / LUFA / Drivers / USB / Class / Host / MassStorage.h
index f6a1b61..2395fcf 100644 (file)
@@ -56,7 +56,7 @@
        /* Public Interface - May be used in end-application: */\r
                /* Macros: */\r
                        /** Error code for some Mass Storage Host functions, indicating a logical (and not hardware) error */\r
-                       #define MS_ERROR_LOGICAL_CMD_FAILED              0xC0\r
+                       #define MS_ERROR_LOGICAL_CMD_FAILED              0x80\r
        \r
                /* Type Defines: */\r
                        /** Class state structure. An instance of this structure should be made within the user application,\r