mtc: Don't rely on clean BSS for Minerva lib

This commit is contained in:
CTCaer 2019-12-16 22:06:13 +02:00
parent 1ccce5f1a2
commit 90060d1d83
2 changed files with 2 additions and 0 deletions

View file

@ -32,6 +32,7 @@ u32 minerva_init()
{
u32 curr_ram_idx = 0;
minerva_cfg = NULL;
mtc_config_t *mtc_cfg = (mtc_config_t *)&nyx_str->mtc_cfg;
// Set table to nyx storage.

View file

@ -32,6 +32,7 @@ u32 minerva_init()
{
u32 curr_ram_idx = 0;
minerva_cfg = NULL;
mtc_config_t *mtc_cfg = (mtc_config_t *)&nyx_str->mtc_cfg;
// Set table to nyx storage.