sdram: Update names for Aula

This commit is contained in:
CTCaer
2021-01-04 02:45:32 +02:00
parent 83ab79c51e
commit f4696da0ef
6 changed files with 38 additions and 37 deletions

View File

@@ -129,6 +129,7 @@ void minerva_change_freq(minerva_freq_t freq)
if (!minerva_cfg)
return;
// Check if requested frequency is different. Do not allow otherwise because it will hang.
mtc_config_t *mtc_cfg = (mtc_config_t *)&nyx_str->mtc_cfg;
if (mtc_cfg->rate_from != freq)
{