File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 49
49
*/
50
50
#include <stdint.h> /* READ COMMENT ABOVE. */
51
51
52
- /* *INDENT-OFF* */
53
- #ifdef __cplusplus
54
- extern "C" {
55
- #endif
56
- /* *INDENT-ON* */
57
-
58
52
/* Acceptable values for configTICK_TYPE_WIDTH_IN_BITS. */
59
53
#define TICK_TYPE_WIDTH_16_BITS 0
60
54
#define TICK_TYPE_WIDTH_32_BITS 1
129
123
130
124
#endif /* if ( configUSE_PICOLIBC_TLS == 1 ) */
131
125
126
+ /* *INDENT-OFF* */
127
+ #ifdef __cplusplus
128
+ extern "C" {
129
+ #endif
130
+ /* *INDENT-ON* */
131
+
132
132
#ifndef configUSE_C_RUNTIME_TLS_SUPPORT
133
133
#define configUSE_C_RUNTIME_TLS_SUPPORT 0
134
134
#endif
Original file line number Diff line number Diff line change 94
94
#define configSTACK_ALLOCATION_FROM_SEPARATE_HEAP 0
95
95
#endif
96
96
97
+ #include "mpu_wrappers.h"
98
+
97
99
/* *INDENT-OFF* */
98
100
#ifdef __cplusplus
99
101
extern "C" {
100
102
#endif
101
103
/* *INDENT-ON* */
102
104
103
- #include "mpu_wrappers.h"
104
-
105
105
/*
106
106
* Setup the stack of a new task so it is ready to be placed under the
107
107
* scheduler control. The registers have to be placed on the stack in
Original file line number Diff line number Diff line change 34
34
#error "include FreeRTOS.h" must appear in source files before "include queue.h"
35
35
#endif
36
36
37
+ #include "task.h"
38
+
37
39
/* *INDENT-OFF* */
38
40
#ifdef __cplusplus
39
41
extern "C" {
40
42
#endif
41
43
/* *INDENT-ON* */
42
44
43
- #include "task.h"
44
-
45
45
/**
46
46
* Type by which queues are referenced. For example, a call to xQueueCreate()
47
47
* returns an QueueHandle_t variable that can then be used as a parameter to
You can’t perform that action at this time.
0 commit comments