Oops - with new changes to the way the device Configuration Descriptor is retrieved...
[pub/USBasp.git] / Demos / Device / Incomplete / Sideshow / Lib / SideshowCommon.h
index cea81ce..eb76d7c 100644 (file)
@@ -38,6 +38,8 @@
                #include <LUFA/Drivers/USB/USB.h>\r
 \r
        /* Macros: */\r
+               #define GUID_COMPARE(a, b)                (memcmp(a, b, sizeof(GUID_t)) == 0)\r
+       \r
                #define ARRAY_ELEMENTS(x)                 (sizeof(x) / sizeof(x[0]))\r
                \r
                #define UNICODE_STRING_t(x)               struct                          \\r