📄 fs.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 + -