aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-06-02 14:49:06 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-06-02 14:49:06 +0000
commit23a94a7181a0773431b3ea5dbcddab9e06010391 (patch)
tree916a61f17a3a1f67278dbbe4d1bfe29571f6e247 /LUFA/Common
parentc362709a1e2b0252cffbf1633f7cce41fea4d769 (diff)
downloadlufa-23a94a7181a0773431b3ea5dbcddab9e06010391.tar.gz
lufa-23a94a7181a0773431b3ea5dbcddab9e06010391.tar.bz2
lufa-23a94a7181a0773431b3ea5dbcddab9e06010391.zip
Fix byte ordering of UUIDs in the SDP server - host can now successfully pair to the Bluetooth device and discover the exposed Serial Port Profile RFCOMM service.
Diffstat (limited to 'LUFA/Common')
-rw-r--r--LUFA/Common/Common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h
index 14473cddc..76307d7e9 100644
--- a/LUFA/Common/Common.h
+++ b/LUFA/Common/Common.h
@@ -111,7 +111,7 @@
"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.