uarttestcfg.tcf
上传用户:dahaojd
上传日期:2008-01-29
资源大小:14357k
文件大小:0k
源码类别:

DSP编程

开发平台:

C/C++

  1. /*
  2.  * ======== c64xx ========
  3.  * Load the c64xx platform file.
  4.  */
  5. utils.loadPlatform("Teb6416");
  6. utils.importFile("Teb6416_ddk.tci");
  7. utils.importFile("uarttest.tci");
  8. if (config.hasReportedError == false) {
  9.     prog.gen();
  10. } else {
  11.     throw new Error( "Error in config script -- database not generated." );
  12. }