📄 bsp_voltab.c
字号:
/*** File : bsp_voltab.c** Author : Nicholas Yanchik / GSFC Code 582**** BSP Volume table for file systems*//**************************************************************************************** INCLUDE FILES****************************************************************************************/#include "common_types.h"#include "osapi.h"/* ** volume table. */OS_VolumeInfo_t OS_VolumeTable [NUM_TABLE_ENTRIES] = {/* Dev Name Phys Dev Vol Type Volatile? Free? IsMounted? Volname MountPt BlockSz */{"/vol0", "/", FS_BASED, TRUE, TRUE, FALSE, " ", " ", 0 },{"/nonvol0", "/", FS_BASED, FALSE, TRUE, FALSE, " ", " ", 0 },{"unused", "unused", FS_BASED, TRUE, TRUE, FALSE, " ", " ", 0 },{"unused", "unused", FS_BASED, TRUE, TRUE, FALSE, " ", " ", 0 }};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -