mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue