mirror of
https://gitlab.cern.ch/wotsubo/endcap-sl-software-ri-generator.git
synced 2025-02-23 00:57:08 +09:00
refactor: removed unnecessary comments
This commit is contained in:
parent
53c8cbd90f
commit
ac72b3638e
1 changed files with 0 additions and 2 deletions
|
@ -92,11 +92,9 @@ pub struct Fifo {
|
|||
pub elements: Vec<Field>,
|
||||
}
|
||||
|
||||
// TODO
|
||||
#[derive(Debug)]
|
||||
pub struct Field {
|
||||
pub name: String,
|
||||
/// TODO: is this optional?
|
||||
pub mask: u32,
|
||||
pub interface: Option<FieldFifoInterface>,
|
||||
pub multiple: Option<MultipleParams>,
|
||||
|
|
Loading…
Reference in a new issue