altos/easytimer-v2: Initialize logging too
authorKeith Packard <keithp@keithp.com>
Sun, 7 Jan 2024 06:09:41 +0000 (22:09 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 7 Jan 2024 06:09:41 +0000 (22:09 -0800)
Now that the logging bits are all written, let's turn it on.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/easytimer-v2/ao_easytimer.c

index 13dbe814fbbb35b689d81f371ff71953c7fbe4b4..45265cb1538021540f8214d97be040641ca26dba 100644 (file)
@@ -52,7 +52,7 @@ main(void)
        ao_mmc5983_init();
 
        ao_flight_init();
-       // ao_log_init();
+       ao_log_init();
        ao_report_init();
 
        ao_usb_init();