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 include file errors and added const to vars #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wgoulet
Copy link

@wgoulet wgoulet commented Aug 10, 2015

Hi,

I tried using your crypto library on my Arduino Uno Rev3 and found that the code wouldn't compile. This request contains the minor changes I made to make the test cases pass.

Note that I didn't fully test the library yet, but if I find any more issues I'll create another request.

Thanks,
Walter

@spaniakos
Copy link
Owner

hello , thanks for the commit
i only have one disagreement.
#include "Print.h"
#include < Print.h >

this change.
because in intel galileo a unique print.h is required i would ask you if you can find the reserved word for your microcntroller
for intel galileo is : ARDUINO_X86
if you find that i can add some board specific code like my own and will merge the changes :D
thanks for the effort.

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