On 12/1/2025 6:39 PM, Timur Tabi wrote:
> +
> +    /// Perform a PIO copy into `IMEM` and `DMEM` of `fw`, and prepare the 
> falcon to run it.
> +    pub(crate) fn pio_load<F: FalconFirmware<Target = E>>(
> +        &self,
> +        bar: &Bar0,
> +        fw: &F,
> +        gbl: Option<&GenericBootloader>
> +    ) -> Result {
> +        let imem_sec = fw.imem_sec_load_params();
> +        let imem_ns = fw.imem_ns_load_params().unwrap();

Same unwrap() is here too.

Thanks.

Reply via email to