Skip to content

Commit

Permalink
squash can_stm32: fix rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Dupont committed Dec 15, 2016
1 parent ce3d86b commit 6d9394d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sys/auto_init/can/auto_init_can.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ void auto_init_candev(void)
case CAN_DRIVER_STM32:
candev_stm32_init(&can_stm32[config_index], &can_config_candev_stm32[config_index]);
device = (candev_t *)&can_stm32[config_index];
name = can_stm32_thread_names[config_index];
snprintf(name, NAME_LENGTH - 1, CAN_STM32_NAME"_%d", config_index);
break;
#endif
Expand Down

0 comments on commit 6d9394d

Please sign in to comment.