Add sector size check when mounting a FAT file system.

This commit is contained in:
bernard
2014-01-26 20:30:37 +08:00
parent ae891e2011
commit e601c2a6ed
2 changed files with 16 additions and 3 deletions

View File

@@ -34,6 +34,9 @@
#ifndef __RT_DEF_H__
#define __RT_DEF_H__
/* include rtconfig header to import configuration */
#include <rtconfig.h>
#ifdef __cplusplus
extern "C" {
#endif