Skip to content
Snippets Groups Projects
Commit 8c08c9f7 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

Merge pull request #4049 from thomaseichinger/pr/mega_gpio_oob

cpu/atmega2560: fix out of bounds array access
parents 0db62465 11895d4f
Branches
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment