Closed vChavezB closed 1 year ago
The base file name was not parsed correctly. Instead the file was assigned as a base file name. This caused the function add_stack_usage to not find the file name obtained from the .su file and the .elf file as they were not the same.
add_stack_usage
Fixes https://github.com/HBehrens/puncover/issues/62
I just realized this is similar to this pull request
https://github.com/HBehrens/puncover/pull/43/files
Thanks for the patch @vChavezB ! I applied the patch in #68 and merged it.
The base file name was not parsed correctly. Instead the file was assigned as a base file name. This caused the function
add_stack_usage
to not find the file name obtained from the .su file and the .elf file as they were not the same.Fixes https://github.com/HBehrens/puncover/issues/62