warnings--
This commit is contained in:
@ -162,11 +162,11 @@ pub mod rmt {
|
||||
pub type FastWs2812Esp32Rmt<'a> = LedPixelEsp32Rmt<'a, Rgb<u8>, LedPixelColorGrb24>;
|
||||
|
||||
impl Fract8Ops for LedPixelColorGrb24 {
|
||||
fn blend8(self, other: Self, scale: Fract8) -> Self {
|
||||
fn blend8(self, _other: Self, _scale: Fract8) -> Self {
|
||||
self
|
||||
}
|
||||
|
||||
fn scale8(self, scale: Fract8) -> Self {
|
||||
fn scale8(self, _scale: Fract8) -> Self {
|
||||
self
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user