From 9a0396afb50bd84bb4ea04d83302a23bdce166d4 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Fri, 6 Feb 2009 13:23:23 +0000 Subject: Continue 78K0R development. git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@682 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Source/portable/IAR/78K0R/portasm.s26 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source') diff --git a/Source/portable/IAR/78K0R/portasm.s26 b/Source/portable/IAR/78K0R/portasm.s26 index a2ba1892..5b089a92 100644 --- a/Source/portable/IAR/78K0R/portasm.s26 +++ b/Source/portable/IAR/78K0R/portasm.s26 @@ -51,7 +51,7 @@ ; Tick ISR Prototype ;------------------------------------------------------------------------------ - EXTERN ?CL78K0R_V2_L00 +; EXTERN ?CL78K0R_V2_L00 PUBWEAK `??MD_INTTM05??INTVEC 68` PUBLIC MD_INTTM05 @@ -121,7 +121,7 @@ MD_INTTM05: - REQUIRE ?CL78K0R_V2_L00 +; REQUIRE ?CL78K0R_V2_L00 COMMON INTVEC:CODE:ROOT(1) ; Set ISR location to the Interrupt vector table. ORG 68 `??MD_INTTM05??INTVEC 68`: -- cgit v1.2.3