Add AM-fix build option to EEPROM

This commit is contained in:
Krzysiek Egzmont
2023-12-17 03:47:17 +01:00
parent 2a75f8a9be
commit c4d9cfc895

View File

@@ -770,6 +770,9 @@ buf[1] = 0
#ifdef ENABLE_BLMIN_TMP_OFF #ifdef ENABLE_BLMIN_TMP_OFF
| (1 << 3) | (1 << 3)
#endif #endif
#ifdef ENABLE_AM_FIX
| (1 << 4)
#endif
; ;
EEPROM_WriteBuffer(0x1FF0, buf); EEPROM_WriteBuffer(0x1FF0, buf);
} }