mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-23 19:23:09 +00:00
5 lines
79 B
C
5 lines
79 B
C
|
#include "api-hal-task.h"
|
||
|
|
||
|
bool task_is_isr_context(void) {
|
||
|
return false;
|
||
|
}
|