X-Git-Url: http://git.asbjorn.biz/?p=rapper.git;a=blobdiff_plain;f=src%2Fboards%2Flpc1768%2Fstartup.c;fp=src%2Fboards%2Flpc1768%2Fstartup.c;h=0bb2c69186a90b591d64fea242330d75d8349fd3;hp=0888b2787bc14b5b2edea1d4edf815abf0ca7123;hb=626209dbba411cb9604a02fcb02cb2c5f6cec0ff;hpb=4d6050e4ef39a538c9272b12436ca1e619f058a1 diff --git a/src/boards/lpc1768/startup.c b/src/boards/lpc1768/startup.c index 0888b27..0bb2c69 100644 --- a/src/boards/lpc1768/startup.c +++ b/src/boards/lpc1768/startup.c @@ -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