4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-04 09:24:35 +08:00
2021-12-13 20:18:26 -05:00

10 lines
185 B
Python

from building import *
cwd = GetCurrentDir()
src = ['arduino_pinout.c']
inc = [cwd]
group = DefineGroup('Arduino', src, depend = ['RT_USING_ARDUINO'], CPPPATH = inc)
Return('group')