From c012a65ea225d24fa3e53b9f5e6acc8ce8c663ac Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Wed, 19 Jan 2022 17:20:17 -0500 Subject: accelerometer test face: hacks --- apps/accelerometer-test/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/accelerometer-test') diff --git a/apps/accelerometer-test/app.c b/apps/accelerometer-test/app.c index 4dee3fe5..1f7803c6 100644 --- a/apps/accelerometer-test/app.c +++ b/apps/accelerometer-test/app.c @@ -33,7 +33,7 @@ static void cb_tick(void) { } void app_init(void) { - watch_enable_debug_uart(9600); + watch_enable_debug_uart(460800); // this is glitchy now, but this enables a baud rate of 115200 when USB is disabled. watch_enable_display(); watch_display_string("AC Strean", 0); -- cgit v1.2.3