Clean up USB string descriptor related identifier names and the section titles of header files.
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@
|
||||
|
||||
// Macros:
|
||||
|
||||
#define GET_MSB_OF_WORD(word) ((uint8_t)(word >> 8))
|
||||
#define GET_LSB_OF_WORD(word) ((uint8_t)(word & 0xff))
|
||||
#define GET_MSB_OF_WORD(word) ((uint8_t)((word) >> 8))
|
||||
#define GET_LSB_OF_WORD(word) ((uint8_t)((word) & 0xff))
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user