Correct case of include file to build on Linux.

This commit is contained in:
Richard Barry 2008-07-11 07:36:17 +00:00
parent eea5d82a8f
commit e72748b18f

View file

@ -1,5 +1,5 @@
#include "FreeRTOS.h" #include "FreeRTOS.h"
#include "Semphr.h" #include "semphr.h"
#include "task.h" #include "task.h"
/* The interrupt entry point. */ /* The interrupt entry point. */