?? videocfg.tcf
字號:
/* * ------------ videocfg.tcf----------- */utils.loadPlatform("EvmDM642");/* * import board-specific parameters for use by DDK examples. */utils.importFile("EvmDM642_ddk.tci");utils.importFile("video.tci");/* * Check if there have been errors and generate the configuration * database file. * */if (config.hasReportedError == false) { prog.gen();} else { throw new Error( "Error in config script -- database not generated." );}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -