bulk now works, but has some excessive comments and need to be abstracted out

This commit is contained in:
2017-12-22 00:26:27 +01:00
parent 40479a0b24
commit 5135aedc5b
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -181,6 +181,7 @@ static void job_unhandled_resp(Job *job)
static TF_Result lst_default(TinyFrame *tf, TF_Msg *msg)
{
dbg("!! Unhandled msg type %d, frame_id %d", (int)msg->type, (int)msg->frame_id);
Job job = {
.cb = job_unhandled_resp,
.frame_id = msg->frame_id,