Move CRC value out of VCS
[rapper.git] / src / boards / lpc1768 / startup.c
index 66eab26..0bb2c69 100644 (file)
@@ -25,6 +25,8 @@
 //
 //*****************************************************************************
 
+#include "../../crc.h"
+
 #define WEAK __attribute__ ((weak))
 
 //*****************************************************************************
@@ -112,7 +114,7 @@ void (* const g_pfnVectors[])(void) =
     MemManage_Handler,                      // The MPU fault handler
     BusFault_Handler,                       // The bus fault handler
     UsageFault_Handler,                     // The usage fault handler
-    0xeffffcbf,                                    // Interrupt CRC
+    (void *) CRC_CHECKSUM,                 // Interrupt CRC
     0,                                      // Reserved
     0,                                      // Reserved
     0,                                      // Reserved