2007-08-03 Joel Sherrill <joel.sherrill@OARcorp.com>

* shared/start/start.S: Fix typo of pO versus p0.
This commit is contained in:
Joel Sherrill
2007-08-03 15:22:44 +00:00
parent 27ccd80717
commit 2154cd30a2
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-08-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/start/start.S: Fix typo of pO versus p0.
2007-04-17 Joel Sherrill <joel@OARcorp.com>
* shared/clock/rtc.c, shared/timer/timer.c: Fix compile errors and

View File

@@ -52,7 +52,7 @@ __start:
RAISE 15;
PO.l = WAIT;
P0.l = WAIT;
P0.h = WAIT;
RETI = P0;