non block almostr eworking

This commit is contained in:
Robin Müller 2021-04-02 16:44:25 +02:00 committed by IRS Cleanroom Laptop
parent e98e04a940
commit e43266490d

View File

@ -265,7 +265,7 @@ void SpiTestClass::performL3gTest(uint8_t l3gId) {
sizeof(readRegs));
for(uint8_t idx = 0; idx < sizeof(readRegs); idx++) {
if(readRegs[idx] != commandRegs[0]) {
sif::warning << "SpiTestClass::performL3gTest: Read control register" <<
sif::warning << "SpiTestClass::performL3gTest: Read control register " <<
static_cast<int>(idx + 1) << " not equal to configured value" << std::endl;
}
}