Rev 88 |
Rev 353 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| SVN
| RSS feed
/*********************************************************************
*
* Vector remappings
*
*********************************************************************
* FileName: $HeadURL: https://svn.auml.se/svn/HomeAutomation/trunk/EmbeddedSoftware/PIC/canBoot/Include/boot.h $
* Last changed: $LastChangedDate: 2007-02-25 20:51:08 +0100 (Sun, 25 Feb 2007) $
* By: $LastChangedBy: johboh $
* Revision: $Revision: 339 $
********************************************************************/
#ifndef BOOT_H
#define BOOT_H
#define RM_RESET_VECTOR 0x003000
#define RM_HIGH_INTERRUPT_VECTOR 0x003008
#define RM_LOW_INTERRUPT_VECTOR 0x003018
#endif //BOOT_H