Further clean up after PR 1719 for Nano Every#1720
Conversation
- to complete removal of arduiono nano every due to atmega4809 (avoid potential overwriting) - enable nano every build on working branch fix invalid syntax
|
@zackees could you help to review this ? BTW are you able to configure the reviewer list for this repo? We don't see any reviewer after creating the PR. |
|
I do not have the ability. But you are free to @ me so that I see it. Please squash your commits so that there is only one commit in the future. It's extremely hard to follow a CL when there are X number of commits to it. |
|
Okay, I will squash all commits into one in the future. Usually, I grouped my commit through squash and rebase, eg. All changes regardless of commits could be seen at https://github.com/FastLED/FastLED/pull/1720/files . Anyway, thanks for the quick merge , @zackees ! 😄 |
Changes:
ARDUINO_AVR_NANO_EVERYconditionals fromfastpin_avr.hto avoid unintentional overwriting pin definition. Arduino Nano Every is subset of ATmega4809 .fastpin_avr_atmega4809.hfromfastpin_avr.hMore details on: