Fix in memmap command
This commit is contained in:
parent
aff44704f5
commit
a5e24ddf89
@ -206,7 +206,7 @@ impl<'a> GDBStub<'a> {
|
|||||||
<memory type='flash' start='0' length='0x{:X}'>\n\
|
<memory type='flash' start='0' length='0x{:X}'>\n\
|
||||||
<property name='blocksize'>0x80</property>\n\
|
<property name='blocksize'>0x80</property>\n\
|
||||||
</memory></memory-map>",
|
</memory></memory-map>",
|
||||||
self.chip.rom.len(), self.chip.ram.len()
|
self.chip.ram.len(), self.chip.rom.len()
|
||||||
).to_string().into();
|
).to_string().into();
|
||||||
},
|
},
|
||||||
"C" => response = "01".into(),
|
"C" => response = "01".into(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user