kmilo17pet / QuarkTS

An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.
MIT License
253 stars 44 forks source link

#define Q_QUEUES ( 0 ) // Does not compile #18

Closed dashkova closed 4 years ago

dashkova commented 4 years ago

Hi! If I write Q_QUEUES (0) in config.h, then I get an error:

Severity Code Description Project File Line Error 'qQUEUE_COUNT' undeclared (first use in this function) Blink_QuarkTS os\qkernel.c 490

kmilo17pet commented 4 years ago

hi @dashkova, already fixed in the last commit. Thanks for reporting. Be aware of using signals on state-machines. Only works when queues are enabled. Best.