diff options
author | Keith Packard <keithp@keithp.com> | 2012-12-25 14:20:42 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-12-25 14:20:42 -0800 |
commit | 868ef0c9c4b208c02a87180b0eede329369bdc77 (patch) | |
tree | 1f20d312d56bac34bad12f287629a2651bbbccf8 /src/core/ao_task.h | |
parent | 669cde8a87d88ceae89e369c1d38b88c9f8198cf (diff) | |
parent | 57487e78b90465a21c87cf30deb0aeaba0887332 (diff) |
Merge branch 'master' into micropeak-logging
Diffstat (limited to 'src/core/ao_task.h')
-rw-r--r-- | src/core/ao_task.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ao_task.h b/src/core/ao_task.h index 049f69a7..50bfb220 100644 --- a/src/core/ao_task.h +++ b/src/core/ao_task.h @@ -47,6 +47,7 @@ struct ao_task { extern __xdata struct ao_task * __xdata ao_tasks[AO_NUM_TASKS]; extern __data uint8_t ao_num_tasks; extern __xdata struct ao_task *__data ao_cur_task; +extern __data uint8_t ao_task_minimize_latency; /* Reduce IRQ latency */ /* ao_task.c |