Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
notoriaga committed Nov 14, 2023
1 parent 6d5faca commit ddd2a7b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions generator/sbpg/targets/rust.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@
"""

CUSTOM_GPS_TIME_MSGS = {
"MSG_GPS_TIME": """
if !matches!(self.time_source(), Ok(TimeSource::GnssSolution) | Ok(TimeSource::Propagated)) {
return None;
}
""".strip() + GPS_TIME,
"MSG_IMU_RAW": """
const IMU_RAW_TIME_STATUS_MASK: u32 = (1 << 30) | (1 << 31);
if self.tow & IMU_RAW_TIME_STATUS_MASK != 0 {
Expand Down

0 comments on commit ddd2a7b

Please sign in to comment.