From e870582e487af37dda20abd2a45969372c4bfa50 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Mon, 1 Mar 2021 15:14:23 +0000 Subject: [PATCH] Typo Set correct name in PICO_CONFIG line for PICO_STDIO_USB_ENABLE_RESET_VIA_VENDOR_INTERFACE --- src/rp2_common/pico_stdio_usb/include/pico/stdio_usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rp2_common/pico_stdio_usb/include/pico/stdio_usb.h b/src/rp2_common/pico_stdio_usb/include/pico/stdio_usb.h index 5ec976b..acb9dce 100644 --- a/src/rp2_common/pico_stdio_usb/include/pico/stdio_usb.h +++ b/src/rp2_common/pico_stdio_usb/include/pico/stdio_usb.h @@ -54,7 +54,7 @@ #define PICO_STDIO_USB_RESET_MAGIC_BAUD_RATE 1200 #endif -// PICO_CONFIG: PICO_STDIO_USB_ENABLE_RESET_VIA_BAUD_RATE, Enable/disable resetting into BOOTSEL mode via an additional VENDOR USB interface - enables picotool based reset, type=bool, default=1, group=pico_stdio_usb +// PICO_CONFIG: PICO_STDIO_USB_ENABLE_RESET_VIA_VENDOR_INTERFACE, Enable/disable resetting into BOOTSEL mode via an additional VENDOR USB interface - enables picotool based reset, type=bool, default=1, group=pico_stdio_usb #ifndef PICO_STDIO_USB_ENABLE_RESET_VIA_VENDOR_INTERFACE #define PICO_STDIO_USB_ENABLE_RESET_VIA_VENDOR_INTERFACE 1 #endif