1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

boards/avr-rss2: properly enable atmega_pcint0 module

This commit is contained in:
Leandro Lanzieri 2021-09-29 18:07:56 +02:00
parent 3253d82eac
commit 6999931262
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,8 @@
USEMODULE += boards_common_atmega
# enable pin change interrupts bank 0
USEMODULE += atmega_pcint0
ifneq (,$(filter eui_provider,$(USEMODULE)))
USEMODULE += at24mac
endif

View File

@ -103,7 +103,6 @@ extern "C" {
* @name User button configuration
* @{
*/
#define MODULE_ATMEGA_PCINT0
#define BTN0_PIN GPIO_PIN(PORT_B, 0)
#define BTN0_MODE GPIO_IN
/** @} */