From: Keith Packard Date: Mon, 26 Sep 2022 00:34:56 +0000 (-0700) Subject: altos/snekboard: Indicate that USB is used for stdio X-Git-Tag: 1.9.13~1^2~26^2~54^2 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=bda33b7697456516c3022f91d2119a56448b42bb altos/snekboard: Indicate that USB is used for stdio This isn't the default for some reason? Signed-off-by: Keith Packard --- 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