/*********************************************************************
*
* Vector remappings
*
*********************************************************************
* FileName: $HeadURL: https://svn.auml.se/svn/HomeAutomation/branches/modules/EmbeddedSoftware/PIC/canBoot/Include/boot.h $
* Last changed: $LastChangedDate: 2007-03-03 19:07:14 +0100 (Sat, 03 Mar 2007) $
* By: $LastChangedBy: johboh $
* Revision: $Revision: 353 $
********************************************************************/
#ifndef BOOT_H
#define BOOT_H
#ifdef DEBUG_MODE
#define RM_RESET_VECTOR 0x000000
#define RM_HIGH_INTERRUPT_VECTOR 0x000008
#define RM_LOW_INTERRUPT_VECTOR 0x000018
#else
#define RM_RESET_VECTOR 0x003000
#define RM_HIGH_INTERRUPT_VECTOR 0x003008
#define RM_LOW_INTERRUPT_VECTOR 0x003018
#endif
#endif //BOOT_H