summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/can/can_main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/examples/can/can_main.c b/apps/examples/can/can_main.c
index c7b0859ba..0ea729e5e 100644
--- a/apps/examples/can/can_main.c
+++ b/apps/examples/can/can_main.c
@@ -229,11 +229,11 @@ int MAIN_NAME(int argc, char *argv[])
errval = 3;
goto errout_with_dev;
}
+#endif
-#ifndef CONFIG_EXAMPLES_CAN_READWRITE
+#ifdef CONFIG_EXAMPLES_CAN_WRITEONLY
message(" ID: %4d DLC: %d\n", msgid, msgdlc);
#endif
-#endif
/* Read the RX message */
@@ -246,11 +246,11 @@ int MAIN_NAME(int argc, char *argv[])
errval = 4;
goto errout_with_dev;
}
+#endif
-#ifndef CONFIG_EXAMPLES_CAN_READWRITE
+#ifndef CONFIG_EXAMPLES_CAN_READONLY
message(" ID: %4d DLC: %d\n", rxmsg.cm_hdr.id, rxmsg.cm_hdr.dlc);
#endif
-#endif
/* Verify that the received messages are the same */