mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 20:03:50 -04:00
Style: uncrustify
This commit is contained in:
parent
718178c68a
commit
2c530ba5c3
125 changed files with 1218 additions and 1217 deletions
6
portable/ThirdParty/XCC/Xtensa/xtensa_intr.c
vendored
6
portable/ThirdParty/XCC/Xtensa/xtensa_intr.c
vendored
|
@ -61,7 +61,7 @@
|
|||
|
||||
if( ( n < 0 ) || ( n >= XCHAL_EXCCAUSE_NUM ) )
|
||||
{
|
||||
return 0; /* invalid exception number */
|
||||
return 0; /* invalid exception number */
|
||||
}
|
||||
|
||||
old = _xt_exception_table[ n ];
|
||||
|
@ -117,12 +117,12 @@
|
|||
|
||||
if( ( n < 0 ) || ( n >= XCHAL_NUM_INTERRUPTS ) )
|
||||
{
|
||||
return 0; /* invalid interrupt number */
|
||||
return 0; /* invalid interrupt number */
|
||||
}
|
||||
|
||||
if( Xthal_intlevel[ n ] > XCHAL_EXCM_LEVEL )
|
||||
{
|
||||
return 0; /* priority level too high to safely handle in C */
|
||||
return 0; /* priority level too high to safely handle in C */
|
||||
}
|
||||
|
||||
entry = _xt_interrupt_table + n;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue