Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix srec issue #164

Closed
wants to merge 10 commits into from
Closed

Conversation

schneidersoft
Copy link
Contributor

Fixes #162 as well as some other older issues

@spth
Copy link
Collaborator

spth commented Apr 20, 2023

I get the same error as @konstz43:

srec.c: In function ‘load_srec’:
srec.c:92:38: error: ‘addrmin’ undeclared (first use in this function); did you mean ‘addrmax’?
   92 |         const unsigned int addrmax = addrmin + data_len;
      |                                      ^~~~~~~
      |                                      addrmax

@schneidersoft schneidersoft deleted the fix-srec-issue branch September 8, 2023 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect reading from the s-record format files
2 participants