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:
parent
3253d82eac
commit
6999931262
@ -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
|
||||
|
@ -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
|
||||
/** @} */
|
||||
|
Loading…
Reference in New Issue
Block a user