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:
Ed Maste 2018-05-16 03:17:37 +00:00
parent 36730a25a6
commit d6b97a6497

View File

@ -303,4 +303,4 @@
0x95, 0x0A, /* Report Count (10), */\
0x81, 0x01, /* Input (Constant), */\
0xC0, /* End Collection, */\
0xC0 /* End Collection */\
0xC0 /* End Collection */