Skip to content

Commit

Permalink
chore: more spell fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
  • Loading branch information
knzo25 committed Mar 5, 2024
1 parent 6fc2918 commit 2cf58e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ class ContinentalSRR520HwInterface : NebulaHwInterfaceBase
/// @brief Process a new HRR crc list packet
/// @param buffer The buffer containing the packet
/// @param stamp The stamp in nanoseconds
void ProcessHRRCRCListPacket(const std::vector<uint8_t> & buffer, const uint64_t stamp);
void ProcessHRRCRCListPacket(
const std::vector<uint8_t> & buffer, const uint64_t stamp); // cspell:ignore HRRCRC

/// @brief Process a new objects crc list packet
/// @param buffer The buffer containing the packet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ uint8 global_time_stamp_sync_status
uint8 signal_status
uint8 sequence_counter
uint32 cycle_counter
float32 vambig
float32 vambig # cSpell:ignore vambig
float32 max_range

ContinentalSrr520Detection[] detections

0 comments on commit 2cf58e9

Please sign in to comment.