mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 15:55:25 +00:00
fix release
fix release
This commit is contained in:
@@ -234,6 +234,7 @@ impl<'a> AtomicFrameBuffer<'a> {
|
||||
DELAY: DelayNs,
|
||||
{
|
||||
if self.should_full_draw() {
|
||||
#[cfg(feature = "fps")]
|
||||
self.draw_fps_into_fb();
|
||||
return self.draw(display).await;
|
||||
}
|
||||
|
||||
@@ -332,6 +332,7 @@ async fn kernel_task(
|
||||
|
||||
setup_mcu(mcu).await;
|
||||
|
||||
#[cfg(feature = "defmt")]
|
||||
defmt::info!("setting up psram");
|
||||
Timer::after_millis(100).await;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user