]> git.sur5r.net Git - freertos/commitdiff
Correct case of include file to build on Linux.
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 11 Jul 2008 07:36:55 +0000 (07:36 +0000)
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 11 Jul 2008 07:36:55 +0000 (07:36 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@403 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/ARM7_LPC2368_Rowley/webserver/EMAC_ISR.c
Demo/ARM7_LPC2368_Rowley/webserver/emac.c

index c5ff7ac4f1cb3198485203c4ebbdf607e458e222..d1132a3c223281d42675c6b164d366cd44e27da5 100644 (file)
@@ -1,5 +1,5 @@
 #include "FreeRTOS.h"\r
-#include "Semphr.h"\r
+#include "semphr.h"\r
 #include "task.h"\r
 \r
 /* The interrupt entry point. */\r
index 90ceb458ba6aa3b29aba87a87555529e96adf9c2..b8e8de57f33a7f34bdd293a2489764109f27ad5a 100644 (file)
@@ -18,7 +18,7 @@
 /* Adapted from file originally written by Andreas Dannenberg.  Supplied with permission. */\r
 \r
 #include "FreeRTOS.h"\r
-#include "Semphr.h" \r
+#include "semphr.h" \r
 #include "task.h"\r
 #include "emac.h"\r
 \r