Skip to content

Commit

Permalink
[stm32] update can for latest libopencm3
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Feb 19, 2013
1 parent 43ca4a4 commit 92e234d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sw/airborne/arch/stm32/mcu_periph/can_arch.c
Expand Up @@ -107,7 +107,9 @@ void can_hw_init(void)
CAN_BTR_SJW_1TQ,
CAN_BTR_TS1_10TQ,
CAN_BTR_TS2_7TQ,
2)) /* BRP+1: Baud rate prescaler */
2, /* BRP+1: Baud rate prescaler */
false, /* loopback mode */
false)) /* silent mode */
{
/* TODO we need something somewhere where we can leave a note
* that CAN was unable to initialize. Just like any other
Expand Down

0 comments on commit 92e234d

Please sign in to comment.