The SDP UUID lists should be searched and ALL UUIDs matched for a record to be retrie...
[pub/lufa.git] / LUFA / Common / Common.h
index 76307d7..14473cd 100644 (file)
                                                                                                                                "Assertion \"%s\" failed.\r\n"),     \
                                                                                                                                __FILE__, __func__, __LINE__, #x); } \
                                                        }MACROE
-
+                                                                                       
                /* Inline Functions: */
                        /** Function to reverse the individual bits in a byte - i.e. bit 7 is moved to bit 0, bit 6 to bit 1,
                         *  etc.