📄 config.h
字号:
/*
* File: proj/m5249c3/src/config.h
* Purpose: Configuration information for dBUG
*
* Notes: This file automatically included by dbug.h
*
*/
/********************************************************************/
#ifndef _CONFIG_H
#define _CONFIG_H
/********************************************************************/
/* Define Processor here */
#define CPU_<PROCESSOR>
/********************************************************************/
/* To enable board level debug prints, uncomment */
/* #define DEBUG_PRINT */
/* To enable the TFTP download capability, uncomment */
/* #define DBUG_NETWORK */
/********************************************************************/
/*
* Include the board specific definitions and prototypes.
*
* NOTE: When config.h is included, the basic types int8, int16, int32
* uint8, uint16, and uint32 are not yet defined. As a result, it is
* not possible to use these types in data structures or prototypes
* in <project>.h.
*/
#include "example.h"
/********************************************************************/
#endif /* _CONFIG_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -