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