diff --git a/src/tasks/oled.rs b/src/tasks/oled.rs index bd0550c..e7ec4e3 100644 --- a/src/tasks/oled.rs +++ b/src/tasks/oled.rs @@ -13,7 +13,7 @@ use crate::{animation::Animation, backoff::Backoff, events::{Notification, Predi pub type OledUiSurfacePool = BufferedSurfacePool; #[cfg(not(feature="oled"))] -pub type OledUiSurfacePool = NullBufferPool>; +pub type OledUiSurfacePool = NullBufferPool; type OledSurface = >::Surface;