提交 5569d17b 编写于 作者: wuyangyong's avatar wuyangyong

[DeviceDrivers] rename _pwm.c to rt_drv_pwm.c

上级 0e5b4a0f
......@@ -9,7 +9,7 @@ if GetDepend(['RT_USING_PIN']):
src = src + ['pin.c']
if GetDepend(['RT_USING_PWM']):
src = src + ['_pwm.c']
src = src + ['rt_drv_pwm.c']
if len(src):
group = DefineGroup('DeviceDrivers', src, depend = [''], CPPPATH = CPPPATH)
......
/*
* File : _pwm.c
* File : rt_drv_pwm.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2018, RT-Thread Development Team
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册