platform: smart_leds: warning--

This commit is contained in:
Victoria Fischer 2024-11-16 12:41:10 +01:00
parent 1b126a3221
commit cc8377484e

View File

@ -35,8 +35,8 @@ impl<T: SmartLedsWrite<Color = Rgb<u8>>, S: Surface, const PIXEL_NUM: usize> Sma
SmartLedDisplay {
pixbuf: [Rgb::new(0, 0, 0); PIXEL_NUM],
surfaces: Some(SurfacePool::new()),
target: target,
max_mw: max_mw,
target,
max_mw,
pixmap: StrideMapping::new()
}
}