DI progress

This commit is contained in:
rusefi 2020-04-11 21:48:04 -04:00
parent bcc8152086
commit 376ca47f12
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ static SPIDriver *driver;
static void showStats() {
scheduleMsg(logger, "MC %d", mcChipId);
// x9D is product code or something, and 43 is the revision?
scheduleMsg(logger, "MC %x %s", mcChipId, (mcChipId >> 8) == 0x9D ? "hooray!" : "not hooray :(");
}
// Mostly unused