JianyuWang0623 opened a new pull request, #2056:
URL: https://github.com/apache/nuttx-apps/pull/2056

   ## Summary
   Fix command comparation.
   e.g. The command is "reboot-bootloader", but will match and break when 
compared  with "reboot"
   
   ## Impact
   apps/system/fastboot
   
   ## Testing
   |CMD|Result|
   |--|--|
   |fastboot reboot|OK|
   |fastboot reboot-bootloader|OK|
   |fastboot flash <PARTITION> <IMG_FILE> (, and download)| OK|
   |fastboot getvar <VAR>| OK|
   |fastboot erase <PARTITION> | OK|
   
   
   


-- 
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