this might actually work
All checks were successful
EIVE/eive-obsw/pipeline/pr-v3.0.0-dev This commit looks good

This commit is contained in:
2023-06-07 15:14:03 +02:00
parent 4bcfb8f5a2
commit 06c5344d8a
2 changed files with 6 additions and 4 deletions

View File

@ -591,7 +591,6 @@ void AcsBoardPolling::gyroAdisHandler(GyroAdis& gyro) {
gyro.performStartup = false;
gyro.replyResult = returnvalue::OK;
}
sif::debug << "hello world 2" << std::endl;
// Read regular registers
std::memcpy(cmdBuf.data(), adis1650x::BURST_READ_ENABLE.data(),
adis1650x::BURST_READ_ENABLE.size());