When I change it to this (my memory.x file has these correctly defined): ```rust #[link_section = ".sram1"] static PACKETS: StaticCell> = StaticCell::new(); ```` I get this error: ``` ERROR panicked at \.cargo\registry\src\index.crates.io-6f17d22bba15001f\static_cell-2.1.0\src\lib.rs:83:13: `StaticCell` is already full, it can't be initialized twice. ``` I haven't changed anything else other than add the `link section` attribute