Latest FM Code with EEPROM

Dependencies:   FreescaleIAP SimpleDMA eeprom mbed-rtos mbed

Fork of CDMS_QM_03MAR2017_Flash_with_obsrs by Team Fox

Revision:
328:2242ebc71be8
Parent:
6:79d422d1ed42
diff -r 5a967a66c10f -r 2242ebc71be8 crc.h
--- 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