Skip to content

Commit 31bbbff

Browse files
committed
Align comment block in sys stats struct
1 parent e69aa15 commit 31bbbff

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

platform/mbed_stats.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,14 @@ typedef enum {
155155
* struct mbed_stats_sys_t definition
156156
*/
157157
typedef struct {
158-
uint32_t os_version; /**< Mbed OS version (populated only for tagged releases) */
159-
uint32_t cpu_id; /**< CPUID register data (Cortex-M only supported) */
160-
mbed_compiler_id_t compiler_id; /**< Compiler ID \ref mbed_compiler_id_t */
161-
uint32_t compiler_version; /**< Compiler version */
162-
uint32_t ram_start[MBED_MAX_MEM_REGIONS];/**< Start addresses of all internal RAM memories */
163-
uint32_t ram_size[MBED_MAX_MEM_REGIONS];/**< Size of all internal RAM memories in target */
164-
uint32_t rom_start[MBED_MAX_MEM_REGIONS];/**< Start addresses of all internal ROM memories */
165-
uint32_t rom_size[MBED_MAX_MEM_REGIONS];/**< Size of all internal ROM memories in target */
158+
uint32_t os_version; /**< Mbed OS version (populated only for tagged releases) */
159+
uint32_t cpu_id; /**< CPUID register data (Cortex-M only supported) */
160+
mbed_compiler_id_t compiler_id; /**< Compiler ID \ref mbed_compiler_id_t */
161+
uint32_t compiler_version; /**< Compiler version */
162+
uint32_t ram_start[MBED_MAX_MEM_REGIONS]; /**< Start addresses of all internal RAM memories */
163+
uint32_t ram_size[MBED_MAX_MEM_REGIONS]; /**< Size of all internal RAM memories in target */
164+
uint32_t rom_start[MBED_MAX_MEM_REGIONS]; /**< Start addresses of all internal ROM memories */
165+
uint32_t rom_size[MBED_MAX_MEM_REGIONS]; /**< Size of all internal ROM memories in target */
166166
} mbed_stats_sys_t;
167167

168168
/**

0 commit comments

Comments
 (0)