Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
sdk:scripts:candump [2018/04/25 10:44]
rosenthal Do not use strlen on CAN data
sdk:scripts:candump [2022/10/21 10:37] (current)
schmitt
Line 40: Line 40:
 } }
  
-for (count = 0; count < MAX_MESSAGES;​) {+for (count = 0; count < MAX_MESSAGES;​count++) {
     msg = nb_can_recvmsg(sock,​ 5);     msg = nb_can_recvmsg(sock,​ 5);
     if (is_void(msg)) continue;     if (is_void(msg)) continue;