MiaoUI/examples/STM32F103C8T6/lib/u8g2/SConscript

12 lines
184 B
Python
Raw Permalink Normal View History

2024-11-11 15:52:12 +00:00
# RT-Thread building script for bridge
import os
from building import *
objs = []
cwd = GetCurrentDir()
objs = objs + SConscript(cwd + '/sys/rt-thread/SConscript')
Return('objs')