mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-20 22:42:40 +08:00
[components][drivers] change name: capture -> inputcapture
This commit is contained in:
@@ -17,8 +17,8 @@ if GetDepend(['RT_USING_PWM']):
|
||||
if GetDepend(['RT_USING_ENCODER']):
|
||||
src = src + ['encoder.c']
|
||||
|
||||
if GetDepend(['RT_USING_CAPTURE']):
|
||||
src = src + ['rt_capture.c']
|
||||
if GetDepend(['RT_USING_INPUT_CAPTURE']):
|
||||
src = src + ['rt_inputcapture.c']
|
||||
|
||||
if len(src):
|
||||
group = DefineGroup('DeviceDrivers', src, depend = [''], CPPPATH = CPPPATH)
|
||||
|
Reference in New Issue
Block a user