summaryrefslogtreecommitdiff
path: root/ports/esp32/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/esp32/usb.h')
-rw-r--r--ports/esp32/usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32/usb.h b/ports/esp32/usb.h
index 009bf4262..a4c7d4070 100644
--- a/ports/esp32/usb.h
+++ b/ports/esp32/usb.h
@@ -26,7 +26,7 @@
#ifndef MICROPY_INCLUDED_ESP32_USB_H
#define MICROPY_INCLUDED_ESP32_USB_H
-#define MICROPY_HW_USB_CDC_TX_TIMEOUT (500)
+#define MICROPY_HW_USB_CDC_TX_TIMEOUT_MS (500)
void usb_init(void);
void usb_tx_strn(const char *str, size_t len);