bulk now works, but has some excessive comments and need to be abstracted out
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user