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_";