diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-17 17:16:30 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-19 11:36:43 +0200 |
commit | 7b64216f9d8784f28b79ea7545392036f190fb6c (patch) | |
tree | 21c25fb7ac95e49ca9cf7943e32de05d682eb5fc /CAN-binder/low-can-binding/can/can-message.hpp | |
parent | e6364699d1948d7a3b48d4f309e2b7a39bc1f015 (diff) |
Don't collide with application framework ERROR in some configuration.
Change-Id: Idd600a47960850cd4afc553fdb79f5c57f93f64b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/low-can-binding/can/can-message.hpp')
-rw-r--r-- | CAN-binder/low-can-binding/can/can-message.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CAN-binder/low-can-binding/can/can-message.hpp b/CAN-binder/low-can-binding/can/can-message.hpp index 94847ef..3fde5f1 100644 --- a/CAN-binder/low-can-binding/can/can-message.hpp +++ b/CAN-binder/low-can-binding/can/can-message.hpp @@ -33,7 +33,7 @@ enum class can_message_format_t { STANDARD, /*!< STANDARD - standard 11-bit CAN arbitration ID. */ EXTENDED, /*!< EXTENDED - an extended frame, with a 29-bit arbitration ID. */ - ERROR, /*!< ERROR - ERROR code used at initialization to signify that it isn't usable'*/ + INVALID, /*!< INVALID - INVALID code used at initialization to signify that it isn't usable'*/ }; /** |