pub

Fork of CANnucleo by Zoltan Hudak

Revision:
24:c5d348e65e24
Parent:
23:ea766d08c9db
Child:
25:353237492903
--- a/CANnucleo.h	Wed Aug 10 18:21:09 2016 +0000
+++ b/CANnucleo.h	Sat Aug 13 12:44:12 2016 +0000
@@ -16,14 +16,15 @@
  * Modified by Zoltan Hudak    <hudakz@inbox.com>
  *
  */
-#ifndef CAN_NUCLEO_H
-#define CAN_NUCLEO_H
+#ifndef CANNUCLEO_H
+#define CANNUCLEO_H
 
 #include "platform.h"
-#include "can_api.h"
+#include "cannucleo_api.h"
 #include "can_helper.h"
 #include "FunctionPointer.h"
-    
+#undef DEVICE_CAN
+
 namespace CANnucleo
 {
     
@@ -310,3 +311,4 @@
 
 
 
+