mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Added flop support.
This commit is contained in:
parent
094945625d
commit
ebffeb7ae4
11 changed files with 706 additions and 132 deletions
|
@ -16,13 +16,7 @@
|
|||
#pragma section IntPRG
|
||||
|
||||
// 4 Illegal code
|
||||
#pragma interrupt (INT_Illegal_code)
|
||||
void INT_Illegal_code(void)
|
||||
{
|
||||
volatile int i = 0;
|
||||
|
||||
while( i == 0 );
|
||||
}
|
||||
void INT_Illegal_code(void){for( ;; ); /* sleep(); */}
|
||||
|
||||
// 5 Reserved
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue