File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ void mbed_stats_cpu_get(mbed_stats_cpu_t *stats);
108
108
* struct mbed_stats_thread_t definition
109
109
*/
110
110
typedef struct {
111
- uint32_t id ; /**< Id of the thread */
111
+ uint32_t id ; /**< ID of the thread */
112
112
uint32_t state ; /**< State of the thread */
113
113
uint32_t priority ; /**< Priority of the thread (higher number indicates higher priority) */
114
114
uint32_t stack_size ; /**< Current number of bytes reserved for the stack */
@@ -142,7 +142,7 @@ typedef enum {
142
142
typedef struct {
143
143
uint32_t os_version ; /**< Mbed OS version (populated only for tagged releases) */
144
144
uint32_t cpu_id ; /**< CPUID register data (Cortex-M only supported) */
145
- mbed_compiler_id_t compiler_id ; /**< Compiler id \ref mbed_compiler_id_t */
145
+ mbed_compiler_id_t compiler_id ; /**< Compiler ID \ref mbed_compiler_id_t */
146
146
uint32_t compiler_version ; /**< Compiler version */
147
147
} mbed_stats_sys_t ;
148
148
You can’t perform that action at this time.
0 commit comments