X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FDemo%2FCommon%2Finclude%2FfileIO.h;h=0c0d911688e5fb1031da2b9b58cc3b368fd58ab8;hb=299b5f3a7113c6e8e847a262e4b2970ace39505f;hp=0d1c1eb3278ec140d505a48d45246b156dc2f71f;hpb=8fe51ad8323262e3c6a9aa1460b38240ae21369a;p=freertos diff --git a/FreeRTOS/Demo/Common/include/fileIO.h b/FreeRTOS/Demo/Common/include/fileIO.h index 0d1c1eb32..0c0d91168 100644 --- a/FreeRTOS/Demo/Common/include/fileIO.h +++ b/FreeRTOS/Demo/Common/include/fileIO.h @@ -68,7 +68,7 @@ */ #ifndef FILE_IO_H -#define FILE_OI_H +#define FILE_IO_H void vDisplayMessage( const char * const pcMessageToPrint ); void vWriteMessageToDisk( const char * const pcMessage );