mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-01-01 15:38:43 +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;
|
||
|
}
|