dgobalak / PlutOS

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

We should create an array of threads with size MAX_NUM_THREADS+1 #9

Open dgobalak opened 1 year ago

dgobalak commented 1 year ago

At the moment, the idle task is considered a part of the total number of threads. This shouldn't be the case