mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-03-13 04:11:19 -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 | ||