Skip to content

Commit 799be7c

Browse files
committed
lib: refactor sys-clk context format
1 parent 7508ae2 commit 799be7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/sysclk/clock_manager.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ typedef struct
2626
uint32_t ramLoad[SysClkRamLoad_EnumMax];
2727
uint32_t realVolts[4];
2828
uint32_t perfConfId;
29-
uint32_t reserved[8];
29+
SysClkProfile realProfile;
30+
int32_t reserved[5];
31+
uint32_t reserved2;
3032
} SysClkContext;
3133

3234
#ifdef __cplusplus

0 commit comments

Comments
 (0)