removed all uses of the jobs queue for TF responses, not needed naymore

This commit is contained in:
2017-12-23 20:21:52 +01:00
parent 96d06a086f
commit 97b6fd0028
7 changed files with 46 additions and 140 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ static bool Tst_handleRequest(Unit *unit, TF_ID frame_id, uint8_t command, Paylo
break;
default:
sched_respond_bad_cmd(frame_id);
tf_respond_bad_cmd(frame_id);
return false;
}