File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -155,14 +155,14 @@ typedef enum {
155
155
* struct mbed_stats_sys_t definition
156
156
*/
157
157
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 */
166
166
} mbed_stats_sys_t ;
167
167
168
168
/**
You can’t perform that action at this time.
0 commit comments