Skip to content

Commit 82c4ce6

Browse files
author
Amanda Butler
authored
Edit mbed_stats.h
Capitalize ID for consistency.
1 parent ddedc15 commit 82c4ce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/mbed_stats.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ void mbed_stats_cpu_get(mbed_stats_cpu_t *stats);
108108
* struct mbed_stats_thread_t definition
109109
*/
110110
typedef struct {
111-
uint32_t id; /**< Id of the thread */
111+
uint32_t id; /**< ID of the thread */
112112
uint32_t state; /**< State of the thread */
113113
uint32_t priority; /**< Priority of the thread (higher number indicates higher priority) */
114114
uint32_t stack_size; /**< Current number of bytes reserved for the stack */
@@ -142,7 +142,7 @@ typedef enum {
142142
typedef struct {
143143
uint32_t os_version; /**< Mbed OS version (populated only for tagged releases) */
144144
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 */
146146
uint32_t compiler_version; /**< Compiler version */
147147
} mbed_stats_sys_t;
148148

0 commit comments

Comments
 (0)