From 0e09db653a09fe5d840b34083273763953d38148 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 19 Nov 2022 07:54:08 -0500 Subject: [PATCH] added TimerHandler1 --- cubesatsim/cubesatsim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index db9a3a25..aa21abb6 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -209,7 +209,7 @@ void write_config_file(); void read_mode(); void write_mode(); void start_clockgen(); - +bool TimerHandler1(struct repeating_timer *t); #ifndef STASSID #define STASSID "Pico"