Skip to content

Commit

Permalink
HostBus#pipe_continue: take mutable receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
nilclass committed Nov 18, 2023
1 parent a55265c commit 68792ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ pub trait HostBus {
///
/// For an `In` pipe this is called after the driver(s) have consumed the data.
/// For an `Out` pipe this is called after new data has been placed in the buffer .
fn pipe_continue(&self, pipe_ref: u8);
fn pipe_continue(&mut self, pipe_ref: u8);

/// Enable/disable interrupt on SOF
///
Expand Down

0 comments on commit 68792ed

Please sign in to comment.