Update payload_pico.h

pull/277/head
Alan Johnston 2 years ago committed by GitHub
parent fdc7a85f7e
commit ea4b7fc5eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -388,9 +388,9 @@ unsigned long pb_press_start;
const char sstv1_filename[] = "/sstv_image_1_320_x_240.jpg"; const char sstv1_filename[] = "/sstv_image_1_320_x_240.jpg";
const char sstv2_filename[] = "/sstv_image_2_320_x_240.jpg"; const char sstv2_filename[] = "/sstv_image_2_320_x_240.jpg";
bool TimerHandler0(struct repeating_timer *t); //bool TimerHandler0(struct repeating_timer *t);
RPI_PICO_Timer ITimer0(0); //RPI_PICO_Timer ITimer0(0);
RPI_PICO_Timer ITimer1(1); //RPI_PICO_Timer ITimer1(1);
bool timer0_on = false; bool timer0_on = false;
volatile int timer_counter; volatile int timer_counter;

Loading…
Cancel
Save

Powered by TurnKey Linux.