aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/obldc-strip/can/can.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/f1/obldc-strip/can/can.c')
-rw-r--r--examples/stm32/f1/obldc-strip/can/can.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/stm32/f1/obldc-strip/can/can.c b/examples/stm32/f1/obldc-strip/can/can.c
index 82473e1..a64bab5 100644
--- a/examples/stm32/f1/obldc-strip/can/can.c
+++ b/examples/stm32/f1/obldc-strip/can/can.c
@@ -124,7 +124,9 @@ void can_setup(void)
CAN_BTR_SJW_1TQ,
CAN_BTR_TS1_9TQ,
CAN_BTR_TS2_6TQ,
- 2)) /* BRP+1: Baud rate prescaler */
+ 2,
+ false,
+ false)) /* BRP+1: Baud rate prescaler */
{
gpio_clear(GPIOB, GPIO4); /* LED green on */
gpio_set(GPIOB, GPIO5); /* LED red off */