dgjames cabe8296ea Revert "rtt更新"
This reverts commit d6009a0773d226206cf691dda1be16f5aa6299ee.
2025-01-23 21:03:05 +08:00

12 lines
262 B
Python

# SConscript for touch framework
from building import *
cwd = GetCurrentDir()
src = ['touch.c']
CPPPATH = [cwd, cwd + '/../include']
group = DefineGroup('DeviceDrivers', src, depend = ['RT_USING_TOUCH', 'RT_USING_DEVICE'], CPPPATH = CPPPATH)
Return('group')