Skip to content

Commit

Permalink
Fix smartled some more
Browse files Browse the repository at this point in the history
  • Loading branch information
jneem committed Nov 18, 2023
1 parent 3764745 commit 5c22d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-hal-smartled/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ macro_rules! smartLedAdapter {
// * channels (r,g,b -> 3)
// * pulses per channel 8)
// ) + 1 additional pulse for the end delimiter
SmartLedsAdapter::<_, $channel, { $buffer_size * 24 + 1 }>
SmartLedsAdapter::<_, { $buffer_size * 24 + 1 }>
};
}

Expand Down

0 comments on commit 5c22d88

Please sign in to comment.