⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fs.h

📁 MP3编解码原程序以及设计资料
💻 H
字号:
/*H**************************************************************************
* NAME:         fs.h         
*----------------------------------------------------------------------------
* Copyright (c) 2003 Atmel.
*----------------------------------------------------------------------------
* RELEASE:      snd1c-refd-nf-4_0_3      
* REVISION:     1.1     
*----------------------------------------------------------------------------
* PURPOSE:
* This file contains the system configuration definition
*****************************************************************************/

#ifndef _FS_H_
#define _FS_H_

/*File system definition */
#define     FS_ISO                1
#define     FS_FAT_12_16          2
#define     FS_FAT_32             3
#define     FS_NONE               255

#define     FS_MEM_FAT                ((bit)0)
#define     FS_MEM_ISO                ((bit)1)

#endif    /* _FS_H_ */

⌨️ 快捷键说明

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