From f7d44788d8b5c0b19bd563d08c15508710380718 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 30 Apr 2023 09:18:00 -0400 Subject: [PATCH] changed to sensor_start_flag --- cubesatsim/cubesatsim.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 29ed2aff..37ef995a 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -477,5 +477,5 @@ void update_rs( #endif /* TELEMENCODING_H_ */ -char end_flag[] = "_END_FLAG_"; -char start_flag[] = "_START_FLAG_"; +char sensor_end_flag[] = "_END_FLAG_"; +char sensor_start_flag[] = "_START_FLAG_";