[update] clear code

This commit is contained in:
thread-liu 2020-06-23 12:45:31 +08:00
parent 0ce550bbbd
commit 3c848e3c90
3 changed files with 2 additions and 2 deletions

View File

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

View File

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

View File

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