From 2786f99c6719876f8ce27e5bf0b59b143dbc5f67 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 24 Jun 2021 13:30:26 -0400 Subject: [PATCH] moved to cubesatsim.h --- main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index 33d5104d..6845bbf5 100644 --- a/main.c +++ b/main.c @@ -18,6 +18,8 @@ * along with this program. If not, see . */ +#include cubesatsim.h +/* #include #include #include @@ -169,7 +171,7 @@ int map[8] = {0, 1, 2, 3, 4, 5, 6, 7}; char src_addr[5] = ""; char dest_addr[5] = "APCSS"; float voltage_min[9], current_min[9], voltage_max[9], current_max[9], sensor_max[17], sensor_min[17], other_max[3], other_min[3]; - +*/ int main(int argc, char * argv[]) { mode = FSK;