Use BDCMotor_class.h instead of motor_class.h

Dependents:   HelloWorld_IHM04A1

Fork of X_NUCLEO_IHM04A1 by ST

Revision:
1:2597a6165252
Parent:
0:2cb6ce8e07bd
diff -r 2cb6ce8e07bd -r 2597a6165252 Components/l6206/l6206.h
--- a/Components/l6206/l6206.h	Tue May 03 11:16:57 2016 +0000
+++ b/Components/l6206/l6206.h	Tue May 17 09:45:13 2016 +0000
@@ -9,7 +9,7 @@
   ******************************************************************************
   * @attention
   *
-  * <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
+  * <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:
@@ -51,6 +51,10 @@
 /** @addtogroup BSP
   * @{
   */   
+  
+/** @addtogroup Components
+  * @{
+  */  
    
 /** @addtogroup L6206
   * @{
@@ -58,7 +62,7 @@
    
 /* Exported Constants --------------------------------------------------------*/
 
-/** @defgroup L6206_Exported_Constants L6206 Exported Constants
+/** @defgroup L6206_Exported_Defines L6206 Exported Defines
   * @{
   */   
 
@@ -193,6 +197,9 @@
 extern void L6206_Board_PwmInit(void *handle, uint8_t bridgeInput);
 ///Stop the PWM of the specified bridge input
 extern void L6206_Board_PwmStop(void *handle, uint8_t bridgeInput);
+/**
+  * @}
+  */