Skip to content

Commit

Permalink
fixup! Initial Frame, Address, and PGN types
Browse files Browse the repository at this point in the history
  • Loading branch information
Notgnoshi committed Aug 7, 2023
1 parent 67ce7fa commit a1a4f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/can_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ impl CanId {
///
/// # Default
/// If the CAN ID is a Standard 11-bit ID, then a NULL PGN will be returned.
/// See [`pgn()`] for safe checked alternative.
/// See [`pgn()`](Self::pgn) for safe checked alternative.
#[inline]
pub fn pgn_default_null(&self) -> Pgn {
self.pgn().unwrap_or(Pgn::NULL)
Expand Down

0 comments on commit a1a4f02

Please sign in to comment.