[stm32] update can for latest libopencm3

This commit is contained in:
Felix Ruess
2013-02-19 21:58:18 +01:00
parent 43ca4a4ab9
commit 92e234d8d6
+3 -1
View File
@@ -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