Skip to content

Commit

Permalink
examples: ping1d: Update to remove get_ prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed May 16, 2024
1 parent 2a3d4a6 commit 8077a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ping_1d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async fn main() -> Result<(), PingError> {
voltage5_struct,
distance_struct,
) = tokio::try_join!(
ping1d.get_protocol_version(),
ping1d.protocol_version(),
ping1d.device_id(),
ping1d.gain_setting(),
ping1d.processor_temperature(),
Expand Down

0 comments on commit 8077a77

Please sign in to comment.