summaryrefslogtreecommitdiff
path: root/supervisor
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2021-02-18 14:24:58 -0500
committerDan Halbert <halbert@halwitz.org>2021-02-18 14:24:58 -0500
commite344c6d684dedab09b8b373af02af58382b69428 (patch)
treef1c58ce4756dc0ce1c18153d4372d0eb6ae0a38f /supervisor
parent5c37b73c6df1f7954a727401b17e7a1d31064d77 (diff)
fix some builds
Diffstat (limited to 'supervisor')
-rw-r--r--supervisor/shared/usb/usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/shared/usb/usb.c b/supervisor/shared/usb/usb.c
index af48f4673..5b020b8a0 100644
--- a/supervisor/shared/usb/usb.c
+++ b/supervisor/shared/usb/usb.c
@@ -219,7 +219,7 @@ bool tud_vendor_control_xfer_cb(uint8_t rhport, uint8_t stage, tusb_control_requ
return true;
}
-#endif CIRCUITPY_USB_VENDOR
+#endif // CIRCUITPY_USB_VENDOR
#if MICROPY_KBD_EXCEPTION