altos: use %lu for APRS altitude in sprintf
[fw/altos] / src / cc1111 / ao_timer.c
index 0acef562608f7760104ae230e837b7aa90856eb5..a3d454da252a75385bd0b5e30136dd3e92da5ffd 100644 (file)
@@ -62,7 +62,7 @@ ao_timer_init(void)
        /* NOTE:  This uses a timer only present on cc1111 architecture. */
 
        /* disable timer 1 */
-       T1CTL = 0;
+/*     T1CTL = 0; */
 
        /* set the sample rate */
        T1CC0H = T1_SAMPLE_TIME >> 8;