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

   ## Summary
   
   ESP32-S3
   
   There were missing quotes for key "backspace" for scancodes. It caused an 
error in cmake. Maybe I'm doing something wrong because I never used an 
embedded system before, but I still wanted to share it.  \177 -> '\177'. 
USB_ALLSCANCODES
   
   ## Impact
   
   Only only occurs when the config option all scan codes is enabled for hid 
devices.  It prevents from doing the command make to deploy nuttx. (Sorry this 
is my first time doing C I don't know the terms)
   
   ## 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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to