From 2aa1175a185a10c869122b369676bee3cc7a6833 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 8 Sep 2022 15:21:49 -0400 Subject: [PATCH] added start_clockgen --- cubesatsim/cubesatsim.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 15482d55..bcdbd378 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -208,6 +208,8 @@ void read_config_file(); void write_config_file(); void read_mode(); void write_mode(); +void start_clockgen(); + #ifndef STASSID #define STASSID "Pico"