From 6e27911b76f1c84cfc8dfa8a096a44968604830c Mon Sep 17 00:00:00 2001 From: richardbarry Date: Mon, 26 Mar 2007 12:04:12 +0000 Subject: [PATCH] Update include file from lpc2128.h to lpc21xx.h. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@69 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h index 8c887eb61..a4cbc5939 100644 --- a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h +++ b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h @@ -33,7 +33,7 @@ #ifndef FREERTOS_CONFIG_H #define FREERTOS_CONFIG_H -#include +#include #define vPortYieldProcessor swi_handler /* For compatability with the LPC2106 header. */ -- 2.39.5