From 3c0cf760e7531acc0f9d7acb0888ac360b451707 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 30 Apr 2023 09:12:15 -0400 Subject: [PATCH] added end_flag and start_flag --- cubesatsim/cubesatsim.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 7623ecae..29ed2aff 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -476,3 +476,6 @@ void update_rs( #define DATA_BYTES_PER_CODE_WORD 223 #endif /* TELEMENCODING_H_ */ + +char end_flag[] = "_END_FLAG_"; +char start_flag[] = "_START_FLAG_";