diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 90cc115e..c89f4cfb 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -370,7 +370,8 @@ const char sstv2_filename[] = "/sstv_image_2_320_x_240.jpg"; bool TimerHandler0(struct repeating_timer *t); RPI_PICO_Timer ITimer0(0); -RPI_PICO_Timer ITimer1(1); +//RPI_PICO_Timer ITimer1(1); +RPI_PICO_Timer ITimer1(2); bool timer0_on = false; volatile int timer_counter;