dgobalak / PlutOS

A minimal RTOS implementation for an ARM Cortex-M3 microcontroller
0 stars 1 forks source link

If osYield is called from SysTick, the deadline counter shouldn't be reset #15

Closed dgobalak closed 1 year ago

dgobalak commented 1 year ago

Make an osYieldPreemptive function or something.