We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80196d5 commit ea2de46Copy full SHA for ea2de46
cores/rp2040/_freertos.h
@@ -31,12 +31,10 @@ extern bool __isFreeRTOS;
31
extern volatile bool __freeRTOSinitted;
32
33
extern "C" {
34
-#ifndef INC_FREERTOS_H
35
struct QueueDefinition; /* Using old naming convention so as not to break kernel aware debuggers. */
36
typedef struct QueueDefinition * QueueHandle_t;
37
typedef QueueHandle_t SemaphoreHandle_t;
38
typedef int32_t BaseType_t;
39
-#endif
40
41
extern bool __freertos_check_if_in_isr() __attribute__((weak));
42
0 commit comments