mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Correct #error text in multiple fat file system files.
This commit is contained in:
parent
9e86cb95a7
commit
853856e8cc
|
@ -31,7 +31,7 @@
|
||||||
#define FF_DEVICES_H
|
#define FF_DEVICES_H
|
||||||
|
|
||||||
#ifndef PLUS_FAT_H
|
#ifndef PLUS_FAT_H
|
||||||
#error this header will be included from "plusfat.h"
|
#error this header will be included from "ff_headers.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
#define _FF_DIR_H_
|
#define _FF_DIR_H_
|
||||||
|
|
||||||
#ifndef PLUS_FAT_H
|
#ifndef PLUS_FAT_H
|
||||||
#error this header will be included from "plusfat.h"
|
#error this header will be included from "ff_headers.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define FIND_FLAG_SHORTNAME_SET 0x01u
|
#define FIND_FLAG_SHORTNAME_SET 0x01u
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
#define _FF_FAT_H_
|
#define _FF_FAT_H_
|
||||||
|
|
||||||
#ifndef PLUS_FAT_H
|
#ifndef PLUS_FAT_H
|
||||||
#error this header will be included from "plusfat.h"
|
#error this header will be included from "ff_headers.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*---------- ERROR CODES */
|
/*---------- ERROR CODES */
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
#define _FF_FILE_H_
|
#define _FF_FILE_H_
|
||||||
|
|
||||||
#ifndef PLUS_FAT_H
|
#ifndef PLUS_FAT_H
|
||||||
#error this header will be included from "plusfat.h"
|
#error this header will be included from "ff_headers.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define FF_SEEK_SET 0
|
#define FF_SEEK_SET 0
|
||||||
|
|
|
@ -40,7 +40,7 @@ extern "C" {
|
||||||
|
|
||||||
|
|
||||||
#ifndef PLUS_FAT_H
|
#ifndef PLUS_FAT_H
|
||||||
#error this header will be included from "plusfat.h"
|
#error this header will be included from "ff_headers.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*---------- PROTOTYPES */
|
/*---------- PROTOTYPES */
|
||||||
|
|
|
@ -39,7 +39,7 @@ extern "C" {
|
||||||
#include <stdlib.h> /* Use of malloc() */
|
#include <stdlib.h> /* Use of malloc() */
|
||||||
|
|
||||||
#ifndef PLUS_FAT_H
|
#ifndef PLUS_FAT_H
|
||||||
#error this header will be included from "plusfat.h"
|
#error this header will be included from "ff_headers.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define FF_T_FAT12 0x0A
|
#define FF_T_FAT12 0x0A
|
||||||
|
|
Loading…
Reference in a new issue