tconflocal.tci

来自「TI evm642的源码,给那些没有买TI的评估板,却想要评估板程序的人.」· 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"] =
    "c:/ti/ddk/include;" + environment["config.importPath"];

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?