1
0
mirror of https://github.com/FreeRTOS/FreeRTOS-Kernel.git synced 2025-10-20 04:24:21 +08:00

Move header includes before extern c (#1047)

This commit is contained in:
Holden
2024-05-06 17:24:05 -07:00
committed by GitHub
parent 30afc1a2c0
commit 2eb2d653bf
3 changed files with 10 additions and 10 deletions

View File

@@ -34,14 +34,14 @@
#error "include FreeRTOS.h" must appear in source files before "include queue.h"
#endif
#include "task.h"
/* *INDENT-OFF* */
#ifdef __cplusplus
extern "C" {
#endif
/* *INDENT-ON* */
#include "task.h"
/**
* Type by which queues are referenced. For example, a call to xQueueCreate()
* returns an QueueHandle_t variable that can then be used as a parameter to