mirror of https://github.com/ARMmbed/mbed-os.git
Align comment block in sys stats struct
parent
e69aa15aea
commit
31bbbff08a
|
@ -155,14 +155,14 @@ typedef enum {
|
|||
* struct mbed_stats_sys_t definition
|
||||
*/
|
||||
typedef struct {
|
||||
uint32_t os_version; /**< Mbed OS version (populated only for tagged releases) */
|
||||
uint32_t cpu_id; /**< CPUID register data (Cortex-M only supported) */
|
||||
mbed_compiler_id_t compiler_id; /**< Compiler ID \ref mbed_compiler_id_t */
|
||||
uint32_t compiler_version; /**< Compiler version */
|
||||
uint32_t ram_start[MBED_MAX_MEM_REGIONS];/**< Start addresses of all internal RAM memories */
|
||||
uint32_t ram_size[MBED_MAX_MEM_REGIONS];/**< Size of all internal RAM memories in target */
|
||||
uint32_t rom_start[MBED_MAX_MEM_REGIONS];/**< Start addresses of all internal ROM memories */
|
||||
uint32_t rom_size[MBED_MAX_MEM_REGIONS];/**< Size of all internal ROM memories in target */
|
||||
uint32_t os_version; /**< Mbed OS version (populated only for tagged releases) */
|
||||
uint32_t cpu_id; /**< CPUID register data (Cortex-M only supported) */
|
||||
mbed_compiler_id_t compiler_id; /**< Compiler ID \ref mbed_compiler_id_t */
|
||||
uint32_t compiler_version; /**< Compiler version */
|
||||
uint32_t ram_start[MBED_MAX_MEM_REGIONS]; /**< Start addresses of all internal RAM memories */
|
||||
uint32_t ram_size[MBED_MAX_MEM_REGIONS]; /**< Size of all internal RAM memories in target */
|
||||
uint32_t rom_start[MBED_MAX_MEM_REGIONS]; /**< Start addresses of all internal ROM memories */
|
||||
uint32_t rom_size[MBED_MAX_MEM_REGIONS]; /**< Size of all internal ROM memories in target */
|
||||
} mbed_stats_sys_t;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue