1
0
mirror of https://github.com/FreeRTOS/FreeRTOS-Kernel.git synced 2025-10-24 03:02:29 +08:00

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. */