启用 pwm 设备

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
2023-01-06 15:25:18 +08:00
parent 34b4188c72
commit e639054d89
7 changed files with 238 additions and 101 deletions

View File

@@ -98,3 +98,6 @@ INIT_PREV_EXPORT(ulog_console_backend_init);
extern int rt_hw_can_init(void);
INIT_BOARD_EXPORT(rt_hw_can_init);
extern int stm32_pwm_init(void);
INIT_DEVICE_EXPORT(stm32_pwm_init);