]> git.sur5r.net Git - freertos/commitdiff
Change capitalization of include header.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 16 Jul 2008 09:50:44 +0000 (09:50 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 16 Jul 2008 09:50:44 +0000 (09:50 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@409 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c

index c70b887a1646da58ff390ee57dbcdc63cfc1b31f..66214a8b12c29d409198a78c71e573db9c1e759a 100644 (file)
@@ -32,7 +32,7 @@
 \r
 /* Kernel includes. */\r
 #include "FreeRTOS.h"\r
-#include "Semphr.h"\r
+#include "semphr.h"\r
 #include "task.h"\r
 \r
 /* Demo includes. */\r