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 079c435 commit d97e921Copy full SHA for d97e921
MyConfig.h
@@ -272,7 +272,6 @@
272
* @brief Define this to use the CAN wired transport for sensor network communication.
273
*/
274
//#define MY_CAN
275
-#if defined(MY_CAN)
276
/**
277
* @def MY_DEBUG_VERBOSE_CAN
278
* @brief Define this for verbose debug prints related to the %CAN driver.
@@ -313,7 +312,6 @@
313
312
#ifndef CAN_BUF_SIZE
314
#define CAN_BUF_SIZE (8u)
315
#endif
316
-#endif
317
318
319
* @def MY_RS485_BAUD_RATE
0 commit comments