Correct #error text in multiple fat file system files.

pull/5/head
Richard Barry 5 years ago
parent 9e86cb95a7
commit 853856e8cc

@ -31,7 +31,7 @@
#define FF_DEVICES_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
#ifdef __cplusplus

@ -33,7 +33,7 @@
#define _FF_DIR_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
#define FIND_FLAG_SHORTNAME_SET 0x01u

@ -33,7 +33,7 @@
#define _FF_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
/*---------- ERROR CODES */

@ -32,7 +32,7 @@
#define _FF_FILE_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
#define FF_SEEK_SET 0

@ -40,7 +40,7 @@ extern "C" {
#ifndef PLUS_FAT_H
#error this header will be included from "plusfat.h"
#error this header will be included from "ff_headers.h"
#endif
/*---------- PROTOTYPES */

@ -39,7 +39,7 @@ extern "C" {
#include <stdlib.h> /* Use of malloc() */
#ifndef PLUS_FAT_H
#error this header will be included from "plusfat.h"
#error this header will be included from "ff_headers.h"
#endif
#define FF_T_FAT12 0x0A

Loading…
Cancel
Save