forked from ROMEO/obsw
mutexes and datasets
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
// TODO namespace the names
|
||||
|
||||
SemaphoreHandle_t * global_threading_semaphore = NULL;
|
||||
SemaphoreHandle_t global_threading_semaphore = NULL;
|
||||
|
||||
uint8_t global_threading_available_c() {
|
||||
if (global_threading_semaphore == NULL) {
|
||||
|
Reference in New Issue
Block a user