summaryrefslogtreecommitdiff
path: root/src/detherm/ao_detherm.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-04-05 22:03:37 -0700
committerKeith Packard <keithp@keithp.com>2016-04-13 06:19:28 -0700
commitcfb91ec7ef6ef485d813af96a0f206bb7a2204dd (patch)
tree47656520f5e31dbab359ac980c6088402371cf9d /src/detherm/ao_detherm.c
parent8da29480a2fdf890d553b30eab58fc884210c1a5 (diff)
altos/detherm: Add ms5607 to detherm
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/detherm/ao_detherm.c')
-rw-r--r--src/detherm/ao_detherm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detherm/ao_detherm.c b/src/detherm/ao_detherm.c
index cc013753..64dee586 100644
--- a/src/detherm/ao_detherm.c
+++ b/src/detherm/ao_detherm.c
@@ -35,8 +35,8 @@ void main(void)
ao_usb_init();
ao_storage_init();
+ ao_ms5607_init();
// ao_flight_init();
-// ao_ms5607_init();
ao_pwm_init();
ao_log_init();
ao_report_init();