Merge pull request #13274 from arendst/fix_xnrg13fif

Fix compile error xnrg13
This commit is contained in:
Jason2866 2021-10-04 21:44:23 +02:00 committed by GitHub
commit da32cbdfa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ void FifLEEvery250ms(void)
case 7:
Energy.import_active[0] = value_buff * 0.01f; // [kWh]
Le01mr.total_active = Energy.import_active[0] // Useless
Le01mr.total_active = Energy.import_active[0]; // Useless
break;
case 8: