summaryrefslogtreecommitdiff
path: root/src/core/ao_ee_fake.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ao_ee_fake.c')
-rw-r--r--src/core/ao_ee_fake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ao_ee_fake.c b/src/core/ao_ee_fake.c
index b0c1d61e..7fcfcab0 100644
--- a/src/core/ao_ee_fake.c
+++ b/src/core/ao_ee_fake.c
@@ -32,6 +32,6 @@ ao_ee_write_config(uint8_t *buf, uint16_t len) __reentrant
uint8_t
ao_ee_read_config(uint8_t *buf, uint16_t len) __reentrant
{
- memset(buf, '\0', len);
+ ao_xmemset(buf, '\0', len);
return 1;
}