2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>

* ppc403/clock/clock.c: Now compiles and links.
This commit is contained in:
Joel Sherrill
2007-11-28 22:03:43 +00:00
parent d046f1ed65
commit 12ae8a16a5
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* ppc403/clock/clock.c: Now compiles and links.
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* mpc5xx/clock/clock.c, mpc5xx/timer/timer.c, mpc8260/clock/clock.c,

View File

@@ -189,9 +189,7 @@ void ClockOn(
uint32_t iocr;
register uint32_t tcr;
extern uint32_t bsp_clicks_per_usec;
#ifdef ppc405
extern boolean bsp_timer_internal_clock;
#endif
#ifdef ppc403
uint32_t pvr;
#endif /* ppc403 */