Skip to content

Commit

Permalink
Fix esp32
Browse files Browse the repository at this point in the history
  • Loading branch information
jneem committed Nov 18, 2023
1 parent 561b51f commit 3764745
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion esp-hal-common/src/rmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1978,7 +1978,9 @@ mod chip_specific {
macro_rules! impl_rx_channel {
($channel:ident, $signal:ident, $ch_num:literal) => {
paste::paste! {
impl super::private::RxChannelInternal<$ch_num> for super::$channel<$ch_num> {
impl super::private::RxChannelInternal for super::$channel<$ch_num> {
const CHANNEL: u8 = $ch_num;

fn new() -> Self {
Self {}
}
Expand Down

0 comments on commit 3764745

Please sign in to comment.