pwm.mak

来自「一些DSP2407源程序」· MAK 代码 · 共 34 行

MAK
34
字号
/************* Code Composer V1 Project Data ********************
  The following section contains data generated by Code Composer
  to store project information like build options, source filenames
  and dependencies.

[command filename]
pwm.cmd 2

[Project Root]
C:\5100lab\2407EDULab.tch\Lab10-PWM

[build options]
3
Linker = "-c -o pwm.out -x "
Assembler = "-s -v2xx "
Compiler = "-g -v2xx -as -frC:\5100lab\2407EDULab.tch\Lab10-PWM "

[source files]
regs240x.h 1020152848 0
pwm.c 1062573010 1
13866

[dependencies]
 0 -802
 1 0:1 22151

[version]
2.0
*/
-c -o pwm.out -x
"pwm.obj"
"pwm.cmd"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

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