acassis opened a new pull request, #17989:
URL: https://github.com/apache/nuttx/pull/17989

   ## Summary
   
   There were missing quotes for key "backspace" for scancodes.
   This issue was found by github user @StagiaireAbritek
   
   He opened an PR in github to fix it:
   https://github.com/apache/nuttx/pull/15917
   
   However he decided to abandon and close the PR, but because it is an 
important fix I decided submit it upstream.
   ## Impact
   
   It will fix a compilation issue and user will get keyboard backspace working.
   
   ## Testing
   
   BEFORE :
   
   Register: nsh
   Register: sh
   CC: usbhost/usbhost_hidkbd.c usbhost/usbhost_hidkbd.c:620:26: error: stray 
'' in program
   620 | '{', '}', '\t', \177, 'A', 'B', 'C', 'D', /* 0xb8-0xbf: 
{,},tab,backspace,A-D */
   | ^
   make[1]: *** [Makefile:109: usbhost_hidkbd.o] Error 1
   make: *** [tools/LibTargets.mk:107: drivers/libdrivers.a] Error 2
   
   AFTER:
   
   no error
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to