Move CRC value out of VCS
[rapper.git] / src / boards / lpc1768 / startup.c
index 0888b27..0bb2c69 100644 (file)
@@ -25,6 +25,8 @@
 //
 //*****************************************************************************
 
+#include "../../crc.h"
+
 #define WEAK __attribute__ ((weak))
 
 //*****************************************************************************
@@ -95,8 +97,6 @@ extern int main(void);
 //*****************************************************************************
 static unsigned long pulStack[64];
 
-#define CRC_CHECKSUM 0xeffffcbf
-
 //*****************************************************************************
 //
 // The vector table.  Note that the proper constructs must be placed on this to