mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-04 13:23:50 -04:00
Update RX63N start-up to configure the high speed clock prior to initialising the C run time library.
This commit is contained in:
parent
a3c45eb1da
commit
05bc21e115
6 changed files with 169 additions and 152 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue