From 674aca303bafc9e760d9a93a0850c9fda9c96200 Mon Sep 17 00:00:00 2001 From: Joel Schulz-Andres Date: Wed, 31 Jul 2024 11:00:44 +0200 Subject: [PATCH] Update src/devices/is42s32400f.rs Co-authored-by: Michael Fairman --- src/devices/is42s32400f.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/is42s32400f.rs b/src/devices/is42s32400f.rs index cfe6e87..e64348c 100644 --- a/src/devices/is42s32400f.rs +++ b/src/devices/is42s32400f.rs @@ -2,7 +2,7 @@ #[allow(unused)] /// Speed Grade 6 -pub mod is42s32400g_6 { +pub mod is42s32400f_6 { use crate::sdram::{SdramChip, SdramConfiguration, SdramTiming}; const BURST_LENGTH_1: u16 = 0x0000;