Skip to content

Commit

Permalink
Merge pull request #16392 from fjmolinas/backport/2021.04/pr_avr_flas…
Browse files Browse the repository at this point in the history
…hpage_unittest

tests/periph_flashpage_unittest: lower FLASHPAGE_SIZE for 8bit overflow [backport 2021.04]
  • Loading branch information
kaspar030 committed Apr 26, 2021
2 parents 20be1ad + 64dc191 commit 80d5f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/periph_flashpage_unittest/main.c
Expand Up @@ -26,7 +26,7 @@

/* need to define these values before including the header */
#ifndef FLASHPAGE_SIZE
#define FLASHPAGE_SIZE 512
#define FLASHPAGE_SIZE 256
#endif
#ifndef FLASHPAGE_NUMOF
#define FLASHPAGE_NUMOF 128
Expand Down

0 comments on commit 80d5f8f

Please sign in to comment.