mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Added stub for unittest
This commit is contained in:
parent
5a66fb510f
commit
f1e33d170e
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ const char *armingDisableFlagNames[]= {
|
||||||
|
|
||||||
void getTaskInfo(cfTaskId_e, cfTaskInfo_t *) {}
|
void getTaskInfo(cfTaskId_e, cfTaskInfo_t *) {}
|
||||||
void getCheckFuncInfo(cfCheckFuncInfo_t *) {}
|
void getCheckFuncInfo(cfCheckFuncInfo_t *) {}
|
||||||
|
void schedulerResetTaskMaxExecutionTime(cfTaskId_e) {}
|
||||||
|
|
||||||
const char * const targetName = "UNITTEST";
|
const char * const targetName = "UNITTEST";
|
||||||
const char* const buildDate = "Jan 01 2017";
|
const char* const buildDate = "Jan 01 2017";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue