This commit is contained in:
Robin Müller 2020-12-27 17:15:59 +01:00 committed by Robin.Mueller
parent f447a1bdef
commit e475cc408b

View File

@ -144,7 +144,7 @@ private:
* As this is a SPI Device, we get the Answer of the last sent command in * As this is a SPI Device, we get the Answer of the last sent command in
* the next read cycle, so we could check the command for identification. * the next read cycle, so we could check the command for identification.
*/ */
DeviceCommandId_t lastSentCommand = DeviceHandlerIF::NO_COMMAND; DeviceCommandId_t lastSentCommand = DeviceHandlerIF::NO_COMMAND_ID;
/** /**
* We always update all registers together, so this method updates * We always update all registers together, so this method updates