diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-02 15:47:47 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-02 15:47:47 -0600 |
commit | 48ec9be1eba930b06050262a1a651d794c31bc11 (patch) | |
tree | 8ac174746a71efe3c0babe82cd410a6f49b3a59b /libusb/usb_common.c | |
parent | 45b0b2d85fbc284453056c0768c7646df1de9b52 (diff) |
trim trailing ws
Diffstat (limited to 'libusb/usb_common.c')
-rw-r--r-- | libusb/usb_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/usb_common.c b/libusb/usb_common.c index 7effcec..b938247 100644 --- a/libusb/usb_common.c +++ b/libusb/usb_common.c @@ -80,7 +80,7 @@ void usb_common_earlyinit(void) { TUSB_DESC_CONFIG_ATT_REMOTE_WAKEUP, /* bmAttributes ; Bitmap of flags (self-powered and remote-wakeup are the only flags defined in USB 2.0) */ 100); /* bMaxPower (in mA) ; Maximum power consumption of the device when in this configuration */ } - + void usb_common_lateinit(void) { board_init(); tud_init(BOARD_TUD_RHPORT); |