mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 12:24:07 -04:00
Continue work on RX200 demo. Still a work in progress.
This commit is contained in:
parent
5441cb959b
commit
93940b4717
9 changed files with 49 additions and 26 deletions
|
@ -86,7 +86,7 @@ extern void _CLOSEALL(void);
|
|||
|
||||
void PowerON_Reset_PC(void)
|
||||
{
|
||||
set_intb((unsigned long)__sectop("C$VECT"));
|
||||
set_intb((void*)__sectop("C$VECT"));
|
||||
// set_fpsw(FPSW_init);
|
||||
|
||||
_INITSCT();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue