You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but the SDCC manual (page 42) reports The compilerdoesnotreserve any space for variables declared in this way (they are implemented with an equate in the assembler).
and indeed I had memory corruption.
Here is the result of 3 days of head scratching (huge thanks for this project, btw!) ;)
USBHost.c has
but the SDCC manual (page 42) reports
The compilerdoesnotreserve any space for variables declared in this way (they are implemented with an equate in the assembler).
and indeed I had memory corruption.
fixes it
The text was updated successfully, but these errors were encountered: