motor board library

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Dependents:   selfbalansingcar

Fork of X_NUCLEO_IHM02A1 by ST

Revision:
23:cf489f2ab072
Parent:
22:ba7f4131a5e0
--- a/BSP/XNucleoIhm02a1.cpp	Fri Mar 10 11:09:21 2017 +0100
+++ b/BSP/XNucleoIhm02a1.cpp	Fri Mar 10 15:23:54 2017 +0000
@@ -97,7 +97,7 @@
     /* Initializing the components. */
     init_components[0] = init_0;
     init_components[1] = init_1;
-    if (!Init()) {
+    if (!init()) {
         error("Initialization of the X_NUCLEO_IHM02A1 expansion board failed.\r\n");
     }
 }
@@ -139,7 +139,7 @@
     /* Initializing the components. */
     init_components[0] = init_0;
     init_components[1] = init_1;
-    if (!Init()) {
+    if (!init()) {
         error("Initialization of the X_NUCLEO_IHM02A1 expansion board failed.\r\n");
     }
 }