Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
SpenceKonde committed Oct 8, 2023
1 parent 0b7b946 commit 257121b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions megaavr/cores/dxcore/core_devices_.h
Original file line number Diff line number Diff line change
Expand Up @@ -1375,22 +1375,22 @@ int8_t _setCPUSpeed(uint8_t omhz) {
#else
#define PORTA_EVGENCTRLA PORTA_EVGENCTRL
#if defined(PORTB_EVGENCTRL)
#define PORTB_EVGENCTRL PORTB_EVGENCTRL
#define PORTB_EVGENCTRLA PORTB_EVGENCTRL
#endif
#if defined(PORTC_EVGENCTRL)
#define PORTC_EVGENCTRL PORTC_EVGENCTRL
#define PORTC_EVGENCTRLA PORTC_EVGENCTRL
#endif
#if defined(PORTD_EVGENCTRL)
#define PORTD_EVGENCTRL PORTD_EVGENCTRL
#define PORTD_EVGENCTRLA PORTD_EVGENCTRL
#endif
#if defined(PORTE_EVGENCTRL)
#define PORTE_EVGENCTRL PORTE_EVGENCTRL
#define PORTE_EVGENCTRLA PORTE_EVGENCTRL
#endif
#if defined(PORTF_EVGENCTRL)
#define PORTF_EVGENCTRL PORTF_EVGENCTRL
#define PORTF_EVGENCTRLA PORTF_EVGENCTRL
#endif
#if defined(PORTG_EVGENCTRL)
#define PORTG_EVGENCTRL PORTG_EVGENCTRL
#define PORTG_EVGENCTRLA PORTG_EVGENCTRL
#endif
#define CCL_INSEL0_IN0_gc CCL_INSEL0_IO_gc
#define CCL_INSEL1_IN1_gc CCL_INSEL1_IO_gc
Expand Down
2 changes: 1 addition & 1 deletion megaavr/libraries/tinyNeoPixel_Static/library.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name=tinyNeoPixel Static
name=tinyNeoPixelStatic
version=2.0.7
author=Adafruit (modified by Spence Konde)
maintainer=Spence Konde <[email protected]>
Expand Down

0 comments on commit 257121b

Please sign in to comment.