We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a72c2 commit 27df8c7Copy full SHA for 27df8c7
drivers/include/drivers/RawCAN.h
@@ -74,10 +74,10 @@ class RawCAN: public CAN {
74
* @endcode
75
*/
76
77
- /* Note: The can apis are unlocked hence using this when multiple
78
- * threads are accessing a single instance of CAN will lead to
79
- * race conditions, can be used in single threaded CAN.
80
- */
+ /* Note: The can apis are unlocked hence using this when multiple
+ * threads are accessing a single instance of CAN will lead to
+ * race conditions, can be used in single threaded CAN.
+ */
81
using CAN::CAN;
82
83
0 commit comments