Skip to content

Commit

Permalink
AP_Compass: removed IST8310 overrun message
Browse files Browse the repository at this point in the history
this is not useful and just causes concern to users. Any small bus
delay can trigger this. We have health monitoring at a higher level
  • Loading branch information
tridge authored and peterbarker committed May 22, 2024
1 parent ff426d8 commit 5fd4e23
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libraries/AP_Compass/AP_Compass_IST8308.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,6 @@ void AP_Compass_IST8308::timer()
return;
}

if (stat & STAT1_VAL_DOR) {
printf("IST8308: data overrun\n");
}

if (!_dev->read_registers(DATAX_L_REG, (uint8_t *) &buffer,
sizeof(buffer))) {
return;
Expand Down

0 comments on commit 5fd4e23

Please sign in to comment.