From bda33b7697456516c3022f91d2119a56448b42bb Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 25 Sep 2022 17:34:56 -0700 Subject: [PATCH] altos/snekboard: Indicate that USB is used for stdio This isn't the default for some reason? Signed-off-by: Keith Packard --- src/snekboard/ao_pins.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/snekboard/ao_pins.h b/src/snekboard/ao_pins.h index 4f3cba80..7e215011 100644 --- a/src/snekboard/ao_pins.h +++ b/src/snekboard/ao_pins.h @@ -29,6 +29,7 @@ #define HAS_BEEP 0 #define HAS_USB 1 +#define USE_USB_STDIO 1 #define HAS_LED 1 -- 2.30.2