Skip to content

Nano Every, ATMEGA328 emulation mode not working correctly #49

Closed
@hiduino

Description

@hiduino

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions