Attempt to fix build by removing EOF backslash-newline
GCC complains: In file included from .../sys/dev/usb/input/uhid.c:77: .../usb_rdesc.h:280:37: error: backslash-newline at end of file
This commit is contained in:
parent
36730a25a6
commit
d6b97a6497
@ -303,4 +303,4 @@
|
||||
0x95, 0x0A, /* Report Count (10), */\
|
||||
0x81, 0x01, /* Input (Constant), */\
|
||||
0xC0, /* End Collection, */\
|
||||
0xC0 /* End Collection */\
|
||||
0xC0 /* End Collection */
|
||||
|
Loading…
Reference in New Issue
Block a user