mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #11927 from maribu/arduino-leonardo
cpu/atmega32u4: Fixed external interrupts; boards/arduino-leonardo: Fixed dependency tracking
This commit is contained in:
commit
b83c7dd61d
3
boards/arduino-leonardo/Makefile.dep
Normal file
3
boards/arduino-leonardo/Makefile.dep
Normal file
@ -0,0 +1,3 @@
|
||||
USEMODULE += boards_common_arduino-atmega
|
||||
|
||||
include $(RIOTBOARD)/common/arduino-atmega/Makefile.dep
|
@ -45,8 +45,7 @@ enum {
|
||||
#define CPU_ATMEGA_EXT_INTS { GPIO_PIN(PORT_D, 0), \
|
||||
GPIO_PIN(PORT_D, 1), \
|
||||
GPIO_PIN(PORT_D, 2), \
|
||||
GPIO_PIN(PORT_D, 3), \
|
||||
GPIO_PIN(PORT_E, 7) }
|
||||
GPIO_PIN(PORT_D, 3) }
|
||||
|
||||
/**
|
||||
* @name Defines for the I2C interface
|
||||
|
Loading…
Reference in New Issue
Block a user