mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
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:
commit
88e8a971df
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user