size constraints maybe fixed
This commit is contained in:
parent
003147affd
commit
e685adcbd8
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
bin/
|
||||
dump/
|
||||
devices/
|
@ -98,7 +98,6 @@ int debugger_main(void){
|
||||
}
|
||||
else if(data[0] == 'H' && data[1] == 'W' && data[2] == 'I' && data[3] == 'O') {
|
||||
//HWIO, write byte by byte
|
||||
//
|
||||
recv_data(&data, 0x20);
|
||||
mem_off = *(uint32_t *)data;
|
||||
mem_sz = *(uint32_t *)(data+8);
|
||||
|
Loading…
Reference in New Issue
Block a user