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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong include - #include "core_watchdog.c" #55

Closed
kgoveas opened this issue Dec 5, 2016 · 2 comments
Closed

Wrong include - #include "core_watchdog.c" #55

kgoveas opened this issue Dec 5, 2016 · 2 comments

Comments

@kgoveas
Copy link

kgoveas commented Dec 5, 2016

Hi,

First of all great job with the Arduino core for the Atmel boards 馃憤

I got a multiple definition error due to the include in the core_main.cpp being

#include "core_watchdog.c" 

It should be

#include "core_watchdog.h" 

Would recommend shortening the included headers in the core_main.cpp to

#include "Arduino.h"
#if defined(USBCON)
//#include ""
#endif

Best,
Kevin

aethaniel added a commit that referenced this issue Mar 31, 2017
Signed-off-by: Thibaut VIARD <aethaniel@sam-geek.org>
@aethaniel
Copy link
Owner

Hi Kevin,
Sorry, I missed your issue (no mail notifications).

Fixed in commit f1b7fc5

Thanks!

@kgoveas
Copy link
Author

kgoveas commented Mar 31, 2017

Is there a plan to have this core available in the latest Arduino IDE? or is this project currently archived?

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

No branches or pull requests

2 participants