config.h

来自「at89c5131 实现 mass storage 的源码.」· C头文件 代码 · 共 31 行

H
31
字号
//! @file config.h,v
//!
//! Copyright (c) 2004 Atmel.
//!
//! Please read file license.txt for copyright notice.
//!
//! This file contains the system configuration definition
//!
//! @version 1.2 c5131-mass-storage-virtual-1_0_6 $Id: config.h,v 1.2 2005/03/10 15:00:35 lguilhau Exp $
//!
//! @todo
//! @bug

#ifndef _CONFIG_H_
#define _CONFIG_H_


//_____ I N C L U D E S ____________________________________________________

#include "lib_mcu\compiler.h"                // Compiler definitions
#include "lib_mcu\mcu.h"                     // Register declaration
#include "lib_mcu\mcu_drv.h"                 // Component declaration


//_____ M A C R O S ________________________________________________________

#define  FOSC       16000

#endif  //! _CONFIG_H_

⌨️ 快捷键说明

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