Browse Source

Fix memanalizer out-of-range

master
Xose Pérez 5 years ago
parent
commit
76066a3aa1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      code/memanalyzer.py

+ 1
- 0
code/memanalyzer.py View File

@ -279,6 +279,7 @@ if __name__ == '__main__':
total['data'],
total['rodata'],
total['bss'],
total['free'],
total['irom0_text'],
total['size'],
))


Loading…
Cancel
Save