Fixed typo

This commit is contained in:
Miodrag Milanovic 2025-01-13 18:32:07 +01:00
parent d38dc266d6
commit cf84095539
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ ConfigBitDatabase::ConfigBitDatabase() : BaseBitDatabase(Die::DIE_CONFIG_SIZE *
add_word_settings("GLBOUT.GLB2_EN", pos + 64 + 4, 1);
add_word_settings("GLBOUT.FB2", pos + 64 + 8, 2);
add_word_settings("GLBOUT.USR_FB2", pos + 64 + 10, 1);
add_word_settings("GLBOUT.GBL3", pos + 80, 3);
add_word_settings("GLBOUT.GLB3", pos + 80, 3);
add_word_settings("GLBOUT.USR_GLB3", pos + 80 + 3, 1);
add_word_settings("GLBOUT.GLB3_EN", pos + 80 + 4, 1);
add_word_settings("GLBOUT.FB3", pos + 80 + 8, 2);