config.h

来自「最新版IAR FOR ARM(EWARM)5.11中的代码例子」· C头文件 代码 · 共 19 行

H
19
字号
/*************************************************************************
 *
 *    Used with ICCARM and AARM.
 *
 *    (c) Copyright IAR Systems 2006
 *
 *    File name   : config.h
 *    Description : AT91 USB core configuration file
 *
 *
 *    $Revision: 1.1.2.1 $
 **************************************************************************/
#ifndef __CONFIG_H
#define __CONFIG_H
//#define NOLEDS              // Use leds            (default: LEDS=YES)
//#define NOTRACES            // Output traces       (default: TRACES=YES)
//#define USB_BUS_POWERED     // Self/bus powered    (default: POWER=AUTO)
#endif  // __CONFIG_H

⌨️ 快捷键说明

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