api-hal-task.c 79 B

12345
  1. #include "api-hal-task.h"
  2. bool task_is_isr_context(void) {
  3. return false;
  4. }