tconflocal.tci
来自「DSP/BIOS Driver Developer Kit 1.11 The 」· TCI 代码 · 共 10 行
TCI
10 行
/* * This file is read by tconf before any other files. * This file sets search path so that tconf can find assorted .tci and * .tcp files */environment["config.importPath"] = "..;../apps;../../include;../../../include;" + environment["config.importPath"];
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?