minor RX8 fix

This commit is contained in:
rusefi 2017-06-11 17:44:07 -04:00
parent 115a2c1c01
commit abbfdff5c4
2 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ static void canMazdaRX8(void) {
setShortValue(&txmsg, 0, 6);
sendCanMessage();
commonTxInit(CAN_MAZDA_RX_STATUS_2);
commonTxInit(CAN_MAZDA_RX_STATUS_1);
txmsg.data8[0] = 0xFE; //Unknown
txmsg.data8[1] = 0xFE; //Unknown
txmsg.data8[2] = 0xFE; //Unknown

View File

@ -260,5 +260,5 @@ int getRusEfiVersion(void) {
if (initBootloader() != 0)
return 123;
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
return 20170604;
return 20170611;
}