Correct case of include file to build on Linux.

pull/4/head
Richard Barry 17 years ago
parent 8a795bd375
commit eea5d82a8f

@ -32,7 +32,7 @@
/* Kernel includes. */ /* Kernel includes. */
#include "FreeRTOS.h" #include "FreeRTOS.h"
#include "Semphr.h" #include "semphr.h"
#include "task.h" #include "task.h"
/* Demo includes. */ /* Demo includes. */

Loading…
Cancel
Save