mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-22 20:57:45 -04:00
Correct #error text in multiple fat file system files.
This commit is contained in:
parent
9e86cb95a7
commit
853856e8cc
6 changed files with 6 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue