Work on the RX62N IAR demo, which is now functional.

This commit is contained in:
Richard Barry 2010-08-29 17:15:14 +00:00
parent 50b4b6619d
commit 9f83e74cb1
9 changed files with 1126 additions and 64 deletions

View file

@ -102,7 +102,7 @@ extern void HardwareSetup( void );
/* Renesas provided CPU configuration routine. The clocks are configured in
here. */
// HardwareSetup();
HardwareSetup();
/* Turn all LEDs off. */
vParTestInitialise();