1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 07:51:19 +01:00

cpu/atmega_common/periph: Fixed typo in gpio.c

This commit is contained in:
Marian Buschsieweke 2019-11-16 19:09:29 +01:00
parent 74db50032f
commit 8d0a9ead7b
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -65,7 +65,7 @@
static gpio_isr_ctx_t config[GPIO_EXT_INT_NUMOF];
/**
* @brief detects ammount of possible PCINTs
* @brief detects amount of possible PCINTs
*/
#if defined(MODULE_ATMEGA_PCINT0) || defined(MODULE_ATMEGA_PCINT1) || \
defined(MODULE_ATMEGA_PCINT2) || defined(MODULE_ATMEGA_PCINT3)