Skip to content

Commit 3c848e3

Browse files
author
thread-liu
committed
[update] clear code
1 parent 0ce550b commit 3c848e3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

bsp/stm32/libraries/HAL_Drivers/config/mp1/dac_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ extern "C" {
3030
}
3131
#endif
3232

33-
#endif /* __DAC_CONFIG_H__ */
33+
#endif /* __DAC_CONFIG_H__ */

bsp/stm32/libraries/HAL_Drivers/drv_dac.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ static DAC_HandleTypeDef dac_config[] =
2222
#ifdef BSP_USING_DAC1
2323
DAC1_CONFIG,
2424
#endif
25-
2625
};
2726

2827
struct stm32_dac

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include "main.h"
2424
/* USER CODE BEGIN Includes */
2525
#include "stpmic.h"
26+
#include "rtconfig.h"
2627
/* USER CODE END Includes */
2728

2829
/* Private typedef -----------------------------------------------------------*/

0 commit comments

Comments
 (0)