mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-17 23:30:26 -05: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 | ||