Skip to content

Nano Every, ATMEGA328 emulation mode not working correctly #49

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

Closed
hiduino opened this issue Sep 2, 2019 · 0 comments · Fixed by #50
Closed

Nano Every, ATMEGA328 emulation mode not working correctly #49

hiduino opened this issue Sep 2, 2019 · 0 comments · Fixed by #50
Assignees
Labels
bug Something isn't working

Comments

@hiduino
Copy link

hiduino commented Sep 2, 2019

It appears the ATMEGA328 emulation mode is not being included in the Arduino.h core file.

The Arduino.h has an entry for the UNO_WIFI_REV2_328MODE check for the include file.
#ifdef UNO_WIFI_REV2_328MODE
#include <UNO_compat.h>
#endif

But it seems to be missing a similar check for AVR_NANO_4809_328MODE.
Should have something similar like;
#ifdef AVR_NANO_4809_328MODE
#include <NANO_compat.h>
#endif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants