size constraints maybe fixed

This commit is contained in:
Eljakim Herrewijnen 2024-08-05 19:37:32 +02:00
parent 003147affd
commit e685adcbd8
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
bin/
dump/
devices/

View File

@ -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);