Correct case of include file to build on Linux.

This commit is contained in:
Richard Barry 2008-07-11 07:36:55 +00:00
parent e72748b18f
commit ea07e0b934
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -18,7 +18,7 @@
/* Adapted from file originally written by Andreas Dannenberg. Supplied with permission. */
#include "FreeRTOS.h"
#include "Semphr.h"
#include "semphr.h"
#include "task.h"
#include "emac.h"