Fix typo
This commit is contained in:
parent
887707ea87
commit
39280e397a
@ -109,7 +109,7 @@ void setupCFW(void){
|
|||||||
|
|
||||||
//If boot configuration is different from previously, overwrite it
|
//If boot configuration is different from previously, overwrite it
|
||||||
if(bootConfig != (config & 0xFF00)){
|
if(bootConfig != (config & 0xFF00)){
|
||||||
//Preserve used settings (first byte)
|
//Preserve user settings (first byte)
|
||||||
u16 tempConfig = ((config & 0xFF) | bootConfig);
|
u16 tempConfig = ((config & 0xFF) | bootConfig);
|
||||||
fileWrite((u8 *)&tempConfig, configPath, 2);
|
fileWrite((u8 *)&tempConfig, configPath, 2);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user