mirror of
https://gitlab.cern.ch/wotsubo/endcap-sl-software-ri-generator.git
synced 2025-02-23 09:07:07 +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)*
|
#(#code_children)*
|
||||||
|
|
||||||
const OFFSET: usize = #addr;
|
const OFFSET: usize = #addr;
|
||||||
//pub(crate) const SIZE: usize = 0x4000;
|
|
||||||
|
|
||||||
/// Access to SLR0.
|
|
||||||
pub struct #upper_camel_name<'a> {
|
pub struct #upper_camel_name<'a> {
|
||||||
mem_ptr: *mut u32,
|
mem_ptr: *mut u32,
|
||||||
_marker: PhantomData<&'a mut RegisterInterface>,
|
_marker: PhantomData<&'a mut RegisterInterface>,
|
||||||
|
|
Loading…
Reference in a new issue