Update RX63N start-up to configure the high speed clock prior to initialising the C run time library.

This commit is contained in:
Richard Barry 2012-03-15 16:58:31 +00:00
parent a3c45eb1da
commit 05bc21e115
6 changed files with 169 additions and 152 deletions

View file

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