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

Change capitalization of include header.

This commit is contained in:
Richard Barry
2008-07-16 09:50:44 +00:00
parent 91805dd051
commit 3244fd67dc

View File

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