mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 04:04:15 +08:00
[DeviceDrivers] rename _pwm.c to rt_drv_pwm.c
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user