commit | a942697d7b8f8b609e4a859d5e5bd1defcea3764 | [log] [tgz] |
---|---|---|
author | Johann Fischer <johann.fischer@nordicsemi.no> | Thu Mar 18 14:30:28 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Mar 19 09:51:21 2021 -0400 |
tree | 5a023a81033dc2a39a603a669921b69ea025b770 | |
parent | e2b51da6f5f3e124cb561389a86ba0f5e65e6988 [diff] |
usb: remove const qualifier in struct usb_cfg_data() The pointer to interface descriptor in struct usb_cfg_data is used to access and modify the descriptor at runtime. Remove const qualifier and thus avoid unnecessary casts. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>