#pragma once #include "main.h" #include #include bool task_equal(TaskHandle_t a, TaskHandle_t b); bool task_is_isr_context(void);