pub

Fork of CANnucleo by Zoltan Hudak

Revision:
24:c5d348e65e24
Parent:
20:bcd8161f8f6c
Child:
25:353237492903
--- a/stm32f0xx_hal_msp.c	Wed Aug 10 18:21:09 2016 +0000
+++ b/stm32f0xx_hal_msp.c	Sat Aug 13 12:44:12 2016 +0000
@@ -41,7 +41,7 @@
 #if defined(TARGET_NUCLEO_F072RB) || \
     defined(TARGET_NUCLEO_F091RC)
 
-#include "can_api.h"
+#include "cannucleo_api.h"
 #include "pinmap.h"
 
 CAN_HandleTypeDef   _canHandle;