From 3addbcc4f55657f45be76be9f0f736a68e75ea04 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Sun, 8 Dec 2019 10:55:57 +0100 Subject: message: Default frame layout as little endian. Change the flags to be enable if frame use big endian rather than little Change-Id: I09ae9c54f1d807da4e740457cf04a001723edb0e Signed-off-by: Romain Forlot --- low-can-binding/can/message/message.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'low-can-binding/can/message') diff --git a/low-can-binding/can/message/message.hpp b/low-can-binding/can/message/message.hpp index e5e6769b..cc478c33 100644 --- a/low-can-binding/can/message/message.hpp +++ b/low-can-binding/can/message/message.hpp @@ -44,7 +44,7 @@ #define ISOTP_SEND 0x0020 #define ISOTP_RECEIVE 0x0040 #define CAN_PROTOCOL_WITH_FD_FRAME 0x0080 -#define FRAME_LAYOUT_IS_LE 0x0100 // LE stand for Little Endian +#define FRAME_LAYOUT_IS_BIGENDIAN 0x0100 // LE stand for Little Endian /// @class message_t /// -- cgit 1.2.3-korg