options.h
来自「bdm源代码. coldfire处理器用」· C头文件 代码 · 共 17 行
H
17 行
/* conditional compilation for DSI_OUT on PTA7 instead of PTA0: DEBUG */
#undef DEBUG
//#define DEBUG
/* conditional compilation for inverting interface: INVERT */
//#undef INVERT
#define INVERT
/* conditional compilation for multiple Tx/Rx routines (different speeds): MULTIPLE_SPEEDS */
#undef MULTIPLE_SPEEDS
/* conditional compilation to check command completion after executing commands which only write and do not read results: CMD_COMPLETE_CHECK */
#define CMD_COMPLETE_CHECK
/* conditional compilation to include support for measurement of required stack size: STACK_SIZE_EVALUATION */
#define STACK_SIZE_EVALUATION
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?