diff options
author | Keith Packard <keithp@keithp.com> | 2011-08-12 05:41:15 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-13 18:46:12 -0700 |
commit | f87f0787fa5aa528674f3f4919eb22646c87c25a (patch) | |
tree | e76a265e20763382582d4db60a9c5492bc8ca39d | |
parent | ebe2ffb29944abc4d6a35889c7b5f3d9f2871077 (diff) |
altos: Make sure companion task exits cleanly when done
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/ao_companion.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ao_companion.c b/src/ao_companion.c index 556ce044..e2e6d05a 100644 --- a/src/ao_companion.c +++ b/src/ao_companion.c @@ -79,6 +79,7 @@ ao_companion(void) ao_delay(ao_companion_setup.update_period); ao_companion_get_data(); } + ao_exit(); } void |