fix: 解决告警

1. 解决告警(rt_drv_pwm.c: warning: implicit declaration of function 'atoi')
This commit is contained in:
192.168.1.134
2021-10-11 20:21:27 +08:00
parent f97f623c51
commit 4bf86eda9e
2 changed files with 924 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -9,6 +9,7 @@
*/
#include <string.h>
#include <stdlib.h>
#include <drivers/rt_drv_pwm.h>