1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

Added stub for unittest

This commit is contained in:
Andrey Mironov 2018-07-07 14:56:33 +03:00 committed by GitHub
parent 5a66fb510f
commit f1e33d170e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";