mirror of
https://gitlab.cern.ch/wotsubo/endcap-sl-software-ri-generator.git
synced 2025-02-23 00:57:08 +09:00
remove: unnecessary comment from quoted code
This commit is contained in:
parent
a87e81ad5b
commit
86d26c57cb
1 changed files with 0 additions and 2 deletions
|
@ -190,9 +190,7 @@ impl CodeGen for Block {
|
|||
#(#code_children)*
|
||||
|
||||
const OFFSET: usize = #addr;
|
||||
//pub(crate) const SIZE: usize = 0x4000;
|
||||
|
||||
/// Access to SLR0.
|
||||
pub struct #upper_camel_name<'a> {
|
||||
mem_ptr: *mut u32,
|
||||
_marker: PhantomData<&'a mut RegisterInterface>,
|
||||
|
|
Loading…
Reference in a new issue