From 414e231c778c0ed03635a84cd45f4880e4485d73 Mon Sep 17 00:00:00 2001 From: havencarlson Date: Tue, 16 Aug 2022 15:35:29 -0400 Subject: [PATCH] Fix #16, removed mentions of ASIST from documentation --- fsw/src/mm_msg.h | 5 +---- fsw/src/mm_msgdefs.h | 6 +----- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/fsw/src/mm_msg.h b/fsw/src/mm_msg.h index 445c2d6..fd16c65 100644 --- a/fsw/src/mm_msg.h +++ b/fsw/src/mm_msg.h @@ -24,10 +24,7 @@ * * @note * Constant and enumerated types related to these message structures - * are defined in mm_msgdefs.h. They are kept separate to allow easy - * integration with ASIST RDL files which can't handle typedef - * declarations (see the main comment block in mm_msgdefs.h for more - * info). + * are defined in mm_msgdefs.h. **/ #ifndef MM_MSG_H #define MM_MSG_H diff --git a/fsw/src/mm_msgdefs.h b/fsw/src/mm_msgdefs.h index 64c871c..9a3c5c9 100644 --- a/fsw/src/mm_msgdefs.h +++ b/fsw/src/mm_msgdefs.h @@ -23,11 +23,7 @@ * message constant definitions. * * @note - * These Macro definitions have been put in this file (instead of - * mm_msg.h) so this file can be included directly into ASIST build - * test scripts. ASIST RDL files can accept C language \#defines but - * can't handle type definitions. As a result: DO NOT PUT ANY - * TYPEDEFS OR STRUCTURE DEFINITIONS IN THIS FILE! + * DO NOT PUT ANY TYPEDEFS OR STRUCTURE DEFINITIONS IN THIS FILE! * ADD THEM TO mm_msg.h IF NEEDED! */ #ifndef MM_MSGDEFS_H