Repository for CDMS code

Dependencies:   SimpleDMA mbed-rtos mbed eeprom

Fork of COM_MNG_TMTC_SIMPLE by Shreesha S

Revision:
328:2242ebc71be8
Parent:
6:79d422d1ed42
--- a/crc.h	Fri Dec 16 08:53:12 2016 +0000
+++ b/crc.h	Tue Dec 20 08:36:41 2016 +0000
@@ -1,3 +1,5 @@
+#ifndef CRC_H_INCLUDED
+#define CRC_H_INCLUDED
 //EDITS
 //changed the initial remainder from 0x0000 to 0xffff according to the standards
 //made two seperate functions crc16_gen and crc8_gen
@@ -74,4 +76,6 @@
     }
     
     return remainder;
-}
\ No newline at end of file
+}
+
+#endif
\ No newline at end of file