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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/esp32/usb.h b/ports/esp32/usb.h
index a4c7d4070..5e5eea34e 100644
--- a/ports/esp32/usb.h
+++ b/ports/esp32/usb.h
@@ -29,6 +29,5 @@
#define MICROPY_HW_USB_CDC_TX_TIMEOUT_MS (500)
void usb_init(void);
-void usb_tx_strn(const char *str, size_t len);
#endif // MICROPY_INCLUDED_ESP32_USB_H