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

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