mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-04-06 14:07:38 -04:00
*(portNVIC_INT_CTRL) |= portNVIC_PENDSVSET; to *(portNVIC_INT_CTRL) = portNVIC_PENDSVSET; |
||
|---|---|---|
| .. | ||
| port.c | ||
| portmacro.h | ||
*(portNVIC_INT_CTRL) |= portNVIC_PENDSVSET; to *(portNVIC_INT_CTRL) = portNVIC_PENDSVSET; |
||
|---|---|---|
| .. | ||
| port.c | ||
| portmacro.h | ||