diff --git a/libuavcan_drivers/stm32/test_stm32f107/src/main.cpp b/libuavcan_drivers/stm32/test_stm32f107/src/main.cpp index 9dc9bfb133..5cf2921c9a 100644 --- a/libuavcan_drivers/stm32/test_stm32f107/src/main.cpp +++ b/libuavcan_drivers/stm32/test_stm32f107/src/main.cpp @@ -28,6 +28,13 @@ void init() { board::init(); + /* + * CAN auto bit rate detection. + * Automatic bit rate detection requires that the bus has at least one other CAN node publishing some + * frames periodically. + * Auto bit rate detection can be bypassed byif the desired bit rate is passed directly to can.init(), e.g.: + * can.init(1000000); + */ int res = 0; do {