Browse Source

[update] clear code

thread-liu 4 years ago
parent
commit
3c848e3c90

+ 1 - 1
bsp/stm32/libraries/HAL_Drivers/config/mp1/dac_config.h

@@ -30,4 +30,4 @@ extern "C" {
 }
 #endif
 
-#endif /* __DAC_CONFIG_H__ */
+#endif /* __DAC_CONFIG_H__ */

+ 0 - 1
bsp/stm32/libraries/HAL_Drivers/drv_dac.c

@@ -22,7 +22,6 @@ static DAC_HandleTypeDef dac_config[] =
 #ifdef BSP_USING_DAC1
     DAC1_CONFIG,
 #endif
-
 };
 
 struct stm32_dac

+ 1 - 0
bsp/stm32/stm32mp157a-st-discovery/board/CubeMX_Config/CM4/Src/stm32mp1xx_hal_msp.c

@@ -23,6 +23,7 @@
 #include "main.h"
 /* USER CODE BEGIN Includes */
 #include "stpmic.h"
+#include "rtconfig.h"
 /* USER CODE END Includes */
 
 /* Private typedef -----------------------------------------------------------*/