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

Fixed compile-time error for arduino IDE 1.0.5 #3

Closed
wants to merge 1 commit into from
Closed

Fixed compile-time error for arduino IDE 1.0.5 #3

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jan 23, 2014

I changed uint8_t sha*InitState[] to be a constant and changed write from a void to a size_t

Signed-off-by: C5E3B7BD (Will Apodaca) will.apodaca@gmail.com

I changed uint8_t sha*InitState[] to be a constant and changed write from a void to a size_t

Signed-off-by: C5E3B7BD (Will Apodaca) <will.apodaca@gmail.com>
@@ -3,12 +3,14 @@
#include <avr/pgmspace.h>
#include "sha1.h"

#include "debugstuff.c"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

@RobQuistNL
Copy link

But, it does work! 👍

@RobQuistNL
Copy link

Only this one works better
#1

@ghost ghost closed this by deleting the head repository Sep 21, 2023
This pull request was closed.
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.

2 participants