5 lines
79 B
C
5 lines
79 B
C
|
#include "api-hal-task.h"
|
||
|
|
||
|
bool task_is_isr_context(void) {
|
||
|
return false;
|
||
|
}
|