Skip to content

Commit ea2de46

Browse files
FreeRTOS/Arduino header include fix (#2288)
Fixes #2287
1 parent 80196d5 commit ea2de46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: cores/rp2040/_freertos.h

-2
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,10 @@ extern bool __isFreeRTOS;
3131
extern volatile bool __freeRTOSinitted;
3232

3333
extern "C" {
34-
#ifndef INC_FREERTOS_H
3534
struct QueueDefinition; /* Using old naming convention so as not to break kernel aware debuggers. */
3635
typedef struct QueueDefinition * QueueHandle_t;
3736
typedef QueueHandle_t SemaphoreHandle_t;
3837
typedef int32_t BaseType_t;
39-
#endif
4038

4139
extern bool __freertos_check_if_in_isr() __attribute__((weak));
4240

0 commit comments

Comments
 (0)