aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/obldc/can/can.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/f1/obldc/can/can.c')
-rw-r--r--examples/stm32/f1/obldc/can/can.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/stm32/f1/obldc/can/can.c b/examples/stm32/f1/obldc/can/can.c
index 281ab1d..16643a3 100644
--- a/examples/stm32/f1/obldc/can/can.c
+++ b/examples/stm32/f1/obldc/can/can.c
@@ -121,7 +121,9 @@ void can_setup(void)
CAN_BTR_SJW_1TQ,
CAN_BTR_TS1_3TQ,
CAN_BTR_TS2_4TQ,
- 12)) /* BRP+1: Baud rate prescaler */
+ 12,
+ false,
+ false)) /* BRP+1: Baud rate prescaler */
{
gpio_set(GPIOA, GPIO6); /* LED0 off */
gpio_set(GPIOA, GPIO7); /* LED1 off */