altos/ao_storage: allow erased byte value to be set by application
authorKeith Packard <keithp@keithp.com>
Tue, 23 Jun 2020 23:15:28 +0000 (16:15 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 8 Aug 2020 03:30:11 +0000 (20:30 -0700)
commit45b00da14ea814cf8f14dcb2cfaccaddd0fbb38d
tree2b4310b44089f673f4da9c0d04f76af01071d9a4
parent6b4da0492c6d9066c8a118fba9b8ffca02fa84ba
altos/ao_storage: allow erased byte value to be set by application

External flash is usually 0xff for erased bytes, but other memory may
use different values

Signed-off-by: Keith Packard <keithp@keithp.com>
src/kernel/ao_storage.c