From e7d3e5c90b027df435112e0e37f48be360ad664a Mon Sep 17 00:00:00 2001 From: Wataru Otsubo Date: Thu, 30 Jan 2025 19:18:02 +0900 Subject: [PATCH] update: remove modf from Field ref: https://gitlab.cern.ch/l0muon-endcap/endcap-sl-csr-xml/-/merge_requests/3/diffs?commit_id=30a7195653c7cd971e4d59be31befcc75557a64a --- src/types.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/types.rs b/src/types.rs index 3a0fa97..346b19c 100644 --- a/src/types.rs +++ b/src/types.rs @@ -98,8 +98,6 @@ pub struct Field { pub name: String, /// TODO: is this optional? pub mask: u32, - /// Fill this with proper calc. - pub modf: RwSpecifier, pub interface: Option, pub multiple: Option, pub default: Option,