mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-05-27 23:49:03 -04:00
Correct case of include file to build on Linux.
This commit is contained in:
parent
e72748b18f
commit
ea07e0b934
|
@ -1,5 +1,5 @@
|
|||
#include "FreeRTOS.h"
|
||||
#include "Semphr.h"
|
||||
#include "semphr.h"
|
||||
#include "task.h"
|
||||
|
||||
/* The interrupt entry point. */
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue