Update to v1.1.0 #29

Merged
muellerr merged 427 commits from develop into master 2021-04-25 12:43:23 +02:00
375 changed files with 32523 additions and 1762 deletions
Showing only changes of commit 5fbaca9b9f - Show all commits

View File

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