Rev 80 |
Blame |
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: 2006-11-14 11:44:27 +0100 (Tue, 14 Nov 2006) $
* By: $LastChangedBy: johboh $
* Revision: $Revision: 88 $
********************************************************************/
#ifndef BOOT_H
#define BOOT_H
#define RM_RESET_VECTOR 0x001000
#define RM_HIGH_INTERRUPT_VECTOR 0x001008
#define RM_LOW_INTERRUPT_VECTOR 0x001018
#endif //BOOT_H