summaryrefslogtreecommitdiff
path: root/src/kernel/ao_sample.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ao_sample.h')
-rw-r--r--src/kernel/ao_sample.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/ao_sample.h b/src/kernel/ao_sample.h
index f89d6a4c..fbef031d 100644
--- a/src/kernel/ao_sample.h
+++ b/src/kernel/ao_sample.h
@@ -180,7 +180,9 @@ extern __xdata ao_v_t ao_max_height; /* max of ao_height */
extern __xdata ao_v_t ao_avg_height; /* running average of height */
extern __pdata ao_v_t ao_error_h;
+#if !HAS_ACCEL
extern __pdata ao_v_t ao_error_h_sq_avg;
+#endif
#if HAS_ACCEL
extern __pdata ao_v_t ao_error_a;