From 60ac9c80a8df4af77e9fbe698245e1596b4f3b5a Mon Sep 17 00:00:00 2001 From: Brandon Ros Date: Tue, 22 Aug 2023 18:57:43 -0400 Subject: [PATCH] get rid of unneded uselees backplane window check --- cyw43/src/bus.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cyw43/src/bus.rs b/cyw43/src/bus.rs index fefcee86..1fa5451f 100644 --- a/cyw43/src/bus.rs +++ b/cyw43/src/bus.rs @@ -275,10 +275,6 @@ where async fn backplane_set_window(&mut self, addr: u32) { let new_window = addr & !BACKPLANE_ADDRESS_MASK; - if new_window == self.backplane_window { - return; - } - if (new_window >> 24) as u8 != (self.backplane_window >> 24) as u8 { self.write8( FUNC_BACKPLANE,