Fixed compilation of all the examples after merging pull requests...

This commit is contained in:
Piotr Esden-Tempski
2013-01-06 18:32:18 -08:00
parent f83f8d55d7
commit 0eeca37e9f
15 changed files with 21 additions and 15 deletions

View File

@@ -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 */