aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/obldc-strip/can/can.c
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2013-01-06 18:32:18 -0800
committerPiotr Esden-Tempski2013-01-06 18:32:18 -0800
commit0eeca37e9fdcdac1a136984b05dc39fd61c4cd9f (patch)
tree36e059f257e5436c09c22a5d6156566ae43bca3b /examples/stm32/f1/obldc-strip/can/can.c
parentf83f8d55d784ea9e3e48ab074f92f7b63a9af956 (diff)
Fixed compilation of all the examples after merging pull requests...
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 */