cpu/atmega2560: fix out of bounds array access

dev/timer
Thomas Eichinger 8 years ago
parent 1c68c8f149
commit 11895d4f07

@ -32,7 +32,7 @@
#define GPIO_OFFSET_PORT_H (0xCB)
#define GPIO_OFFSET_PIN_PORT (0x02)
#define GPIO_OFFSET_PIN_PIN (0x03)
#define GPIO_EXT_INT_NUMOF (7U)
#define GPIO_EXT_INT_NUMOF (8U)
typedef struct {
gpio_cb_t cb;

Loading…
Cancel
Save