app_cfg.h
来自「UCOS-II FOR STM32F103XX 1 本程序是我自己移植」· C头文件 代码 · 共 37 行
H
37 行
/*
*********************************************************************************************************
*
* EXAMPLE CODE
*
* (c) Copyright 2003-2006; Micrium, Inc.; Weston, FL
*
* All rights reserved. Protected by international copyright laws.
*
* Knowledge of the source code may NOT be used to develop a similar product.
*
* Please help us continue to provide the Embedded community with the finest
* software available. Your honesty is greatly appreciated.
*********************************************************************************************************
*/
/*
*********************************************************************************************************
*
* APPLICATION CONFIGURATION
*
* Atmel AT91SAM7S
* on the
* AT91SAM7S-EK Evaluation Board
*
* Filename : app_cfg.h
* Version : V1.00
* Programmer(s) : BAN
*********************************************************************************************************
*/
#ifndef __APP_CFG_H__
#define __APP_CFG_H__
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?