summaryrefslogtreecommitdiff
path: root/ao_ee.c
diff options
context:
space:
mode:
Diffstat (limited to 'ao_ee.c')
-rw-r--r--ao_ee.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ao_ee.c b/ao_ee.c
index bce293cd..a0f2e23a 100644
--- a/ao_ee.c
+++ b/ao_ee.c
@@ -331,6 +331,7 @@ ao_ee_write_config(uint8_t *buf, uint16_t len) __reentrant
ao_ee_fill(AO_EE_CONFIG_BLOCK);
memcpy(ao_ee_data, buf, len);
ao_ee_block_dirty = 1;
+ ao_ee_flush_internal();
} ao_mutex_put(&ao_ee_mutex);
return 1;
}