1
0
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:
Martine Lenders 2019-08-29 12:12:56 +02:00 committed by GitHub
commit b83c7dd61d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1,3 @@
USEMODULE += boards_common_arduino-atmega
include $(RIOTBOARD)/common/arduino-atmega/Makefile.dep

View File

@ -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