Skip to content

Commit

Permalink
usbdev: Add fastboot boardctl
Browse files Browse the repository at this point in the history
Signed-off-by: wangjianyu3 <[email protected]>
  • Loading branch information
JianyuWang0623 authored and Jan Medek committed Sep 19, 2024
1 parent 0ee5dfe commit 4a4bcb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/sys/boardctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ enum boardioc_usbdev_identifier_e
BOARDIOC_USBDEV_NONE = 0 /* Not valid */
#ifdef CONFIG_USBADB
, BOARDIOC_USBDEV_ADB /* ADB */
, BOARDIOC_USBDEV_FASTBOOT = BOARDIOC_USBDEV_ADB
#endif
#ifdef CONFIG_CDCACM
, BOARDIOC_USBDEV_CDCACM /* CDC/ACM */
Expand Down

0 comments on commit 4a4bcb5

Please sign in to comment.