Skip to content

Commit 4ad2cd4

Browse files
committed
USB libraries: replace non-portable u8 with uint8_t
1 parent 3c865fa commit 4ad2cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Keyboard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
//================================================================================
2828
// Keyboard
2929

30-
static const u8 _hidReportDescriptor[] PROGMEM = {
30+
static const uint8_t _hidReportDescriptor[] PROGMEM = {
3131

3232
// Keyboard
3333
0x05, 0x01, // USAGE_PAGE (Generic Desktop) // 47

0 commit comments

Comments
 (0)