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

Update sha1.cpp Bug Fix for Arduino IDE above 1.5 #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

vipinvkmenon
Copy link

This is the modification for the issue of:
sha1.cpp:11:25: error: variable 'sha1InitState' must be const in order to be put into read-only section by means of 'attribute((progmem))' uint8_t sha1InitState[] PROGMEM = { ^
This is due to deprecataions and changes in gcc version. this needs to be changed to const .
As of this writing I was using Version1.6.4.


This is the modification for the issue of:
 sha1.cpp:11:25: error: variable 'sha1InitState' must be const in order to be put into read-only section by means of 'attribute((progmem))' uint8_t sha1InitState[] PROGMEM = { ^ 
This is due to deprecataions and changes in gcc version. this needs to be changed to const .
As of this writing I was using Version1.6.4.
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.

1 participant