We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7ec2b commit a54197bCopy full SHA for a54197b
soc/ambiq/apollo5x/soc.c
@@ -48,9 +48,9 @@ void soc_early_init_hook(void)
48
/*
49
* Set default temperature for spotmgr to room temperature
50
*/
51
- am_hal_pwrctrl_temp_thresh_t dummy;
+ am_hal_pwrctrl_temp_thresh_t dummy[32];
52
53
- am_hal_pwrctrl_temp_update(25.0f, &dummy);
+ am_hal_pwrctrl_temp_update(25.0f, dummy);
54
55
/* Enable Icache*/
56
sys_cache_instr_enable();
0 commit comments