git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5950 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
28aad0e71b
commit
24aaa7e2c9
|
@ -102,7 +102,7 @@
|
|||
/**
|
||||
* @brief Helper macro for BCD values into descriptor strings.
|
||||
*/
|
||||
#define USB_DESC_BCD(bcd) \
|
||||
#define USB_DESC_BCD(bcd) \
|
||||
(uint8_t)((bcd) & 255), \
|
||||
(uint8_t)(((bcd) >> 8) & 255)
|
||||
|
||||
|
|
Loading…
Reference in New Issue