tf update and some progress

This commit is contained in:
2017-12-23 12:36:16 +01:00
parent d6c4372755
commit ccbff578b3
8 changed files with 82 additions and 74 deletions
+2 -1
View File
@@ -183,6 +183,7 @@ static bool Tst_handleRequest(Unit *unit, TF_ID frame_id, uint8_t command, Paylo
switch (command) {
case CMD_PING:
dbg("Ping msg!");
tf_respond_ok(frame_id);
//sched_respond_suc(frame_id);
break;
@@ -198,7 +199,7 @@ static bool Tst_handleRequest(Unit *unit, TF_ID frame_id, uint8_t command, Paylo
.len = len,
};
PRINTF("Rx len %d: ", (int)len);
PRINTF("ECHO, len %d: ", (int)len);
PUTSN((char *) cpy, len);
PUTS("\r\n");