diff options
| author | Keith Packard <keithp@keithp.com> | 2009-04-14 21:23:13 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-04-14 21:23:13 -0700 | 
| commit | dc844ee7e49a3b6145b3165252a592ed070d600f (patch) | |
| tree | 1f0fe33393d4a6fb0d29112f2e7d98f094471c08 /ao_ee.c | |
| parent | 5e45d1c89b00e74d5b2730345843f43aab516af2 (diff) | |
Use ao_ee_flush_internal while holding mutex
Diffstat (limited to 'ao_ee.c')
| -rw-r--r-- | ao_ee.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -229,7 +229,7 @@ static void  ao_ee_fill(uint16_t block)  {  	if (block != ao_ee_block) { -		ao_ee_flush(); +		ao_ee_flush_internal();  		ao_ee_block = block;  		ao_ee_read_block();  	}  | 
