diff options
| -rw-r--r-- | apps/accelerometer-test/app.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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);  | 
