Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
11895d4f
Commit
11895d4f
authored
9 years ago
by
Thomas Eichinger
Browse files
Options
Downloads
Patches
Plain Diff
cpu/atmega2560: fix out of bounds array access
parent
1c68c8f1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cpu/atmega2560/periph/gpio.c
+1
-1
1 addition, 1 deletion
cpu/atmega2560/periph/gpio.c
with
1 addition
and
1 deletion
cpu/atmega2560/periph/gpio.c
+
1
−
1
View file @
11895d4f
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
#define GPIO_OFFSET_PORT_H (0xCB)
#define GPIO_OFFSET_PORT_H (0xCB)
#define GPIO_OFFSET_PIN_PORT (0x02)
#define GPIO_OFFSET_PIN_PORT (0x02)
#define GPIO_OFFSET_PIN_PIN (0x03)
#define GPIO_OFFSET_PIN_PIN (0x03)
#define GPIO_EXT_INT_NUMOF (
7
U)
#define GPIO_EXT_INT_NUMOF (
8
U)
typedef
struct
{
typedef
struct
{
gpio_cb_t
cb
;
gpio_cb_t
cb
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment