diff options
| author | Robert Garbee <robert@gag.com> | 2012-07-19 11:40:20 -0600 |
|---|---|---|
| committer | Robert Garbee <robert@gag.com> | 2012-07-19 11:40:20 -0600 |
| commit | e177cfb477f7ce8dc18fa8dcb3208867c0bee336 (patch) | |
| tree | 65d4fe0b61ec3a8a1158668326684079cda4654b /src/avr/ao_pwmin.h | |
| parent | ada6f2dfc045e77cb9499f20cdec1b4a54ef0db1 (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.h | 1 |
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; |
