We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 4a02bfc commit 9cd581fCopy full SHA for 9cd581f
api/HardwareCAN.h
@@ -39,6 +39,13 @@ enum class CanBitRate : int
39
BR_1000k = 1000000,
40
};
41
42
+/**************************************************************************************
43
+ * CONSTANTS
44
+ **************************************************************************************/
45
+
46
+static int constexpr CAN_GENERIC_SUCCESS = 1;
47
+static int constexpr CAN_GENERIC_ERROR = -1;
48
49
/**************************************************************************************
50
* NAMESPACE
51
**************************************************************************************/
0 commit comments