Working fork to test F0 application

Dependents:   ppCANOpen_Example

Fork of CANnucleo by Zoltan Hudak

Revision:
14:0344705e6fb8
Parent:
12:c45310ff2233
Child:
15:5123ead7b002
diff -r a3e2be3d49a2 -r 0344705e6fb8 can_api.c
--- a/can_api.c	Wed Dec 23 10:37:01 2015 +0000
+++ b/can_api.c	Sun Dec 27 09:02:47 2015 +0000
@@ -25,15 +25,6 @@
  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
   */
-#if defined(TARGET_NUCLEO_F103RB)
-    #include "stm32f1xx_hal.h"
-#elif defined(TARGET_NUCLEO_F302R8) || \
-    defined(TARGET_NUCLEO_F303RE) || \
-    defined(TARGET_NUCLEO_F303K8) || \
-    defined(TARGET_NUCLEO_F334R8) || \
-    defined(TARGET_DISCO_F334C8)
-    #include "stm32f3xx_hal.h"
-#endif
 #include "can_api.h"
 #include "can_helper.h"
 #include "pinmap.h"
@@ -329,3 +320,4 @@
 
 
 
+