diff options
Diffstat (limited to 'src/detherm/ao_detherm.c')
-rw-r--r-- | src/detherm/ao_detherm.c | 2 |
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(); |