Merge pull request #16351 from fjmolinas/pr_avr_flashpage_unittest

tests/periph_flashpage_unittest: lower FLASHPAGE_SIZE for 8bit overflow
This commit is contained in:
Kaspar Schleiser 2021-04-26 10:09:18 +02:00 committed by GitHub
commit 88e8a971df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
/* need to define these values before including the header */ /* need to define these values before including the header */
#ifndef FLASHPAGE_SIZE #ifndef FLASHPAGE_SIZE
#define FLASHPAGE_SIZE 512 #define FLASHPAGE_SIZE 256
#endif #endif
#ifndef FLASHPAGE_NUMOF #ifndef FLASHPAGE_NUMOF
#define FLASHPAGE_NUMOF 128 #define FLASHPAGE_NUMOF 128