Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Nov 8, 2024
1 parent 80cea47 commit 14c0b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hil-test/tests/gpio_custom_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ mod tests {

let counter = drive_pins(gpio1, gpio2).await;

// GPIO is bound to something else, so we don't expect the async API to work.
// We expect the async API to keep working even if a user handler is set.
assert_eq!(counter, 5);
}
}

0 comments on commit 14c0b28

Please sign in to comment.