summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-01-19 17:20:17 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-01-19 17:20:29 -0500
commitc012a65ea225d24fa3e53b9f5e6acc8ce8c663ac (patch)
treee37e9b46c324eff2b39c8c9857243c8ff881d619 /apps
parent99c518e421b356bb0935963116e1a4f5902471f9 (diff)
downloadSensor-Watch-c012a65ea225d24fa3e53b9f5e6acc8ce8c663ac.tar.gz
Sensor-Watch-c012a65ea225d24fa3e53b9f5e6acc8ce8c663ac.tar.bz2
Sensor-Watch-c012a65ea225d24fa3e53b9f5e6acc8ce8c663ac.zip
accelerometer test face: hacks
Diffstat (limited to 'apps')
-rw-r--r--apps/accelerometer-test/app.c2
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);