summaryrefslogtreecommitdiff
path: root/src/avr/ao_pwmin.h
diff options
context:
space:
mode:
authorRobert Garbee <robert@gag.com>2012-07-19 11:40:20 -0600
committerRobert Garbee <robert@gag.com>2012-07-19 11:40:20 -0600
commite177cfb477f7ce8dc18fa8dcb3208867c0bee336 (patch)
tree65d4fe0b61ec3a8a1158668326684079cda4654b /src/avr/ao_pwmin.h
parentada6f2dfc045e77cb9499f20cdec1b4a54ef0db1 (diff)
telescience: steal last adc channel for icp3 most recent value
Diffstat (limited to 'src/avr/ao_pwmin.h')
-rw-r--r--src/avr/ao_pwmin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/avr/ao_pwmin.h b/src/avr/ao_pwmin.h
index bbab4ddc..14741201 100644
--- a/src/avr/ao_pwmin.h
+++ b/src/avr/ao_pwmin.h
@@ -16,3 +16,4 @@
*/
void ao_pwmin_init(void);
+extern volatile __data uint16_t ao_icp3_count;