apps/examples/can: ix can example app to print data when CONFIG_EXAMPLE_CAN_READ is defined

This commit is contained in:
Alan Carvalho de Assis 2017-05-17 16:07:34 -06:00 committed by Gregory Nutt
parent c82d8b61b9
commit 22f48cfb5e

View File

@ -401,6 +401,8 @@ int can_main(int argc, FAR char *argv[])
printf(" ID: %4u DLC: %u\n",
rxmsg.cm_hdr.ch_id, rxmsg.cm_hdr.ch_dlc);
msgdlc = rxmsg.cm_hdr.ch_dlc;
#ifdef CONFIG_CAN_ERRORS
/* Check for error reports */