diff options
author | Keith Packard <keithp@keithp.com> | 2012-10-16 22:21:04 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-10-16 22:32:10 -0700 |
commit | f34f0ac7f355149446374a4c82dbf004919bc2dd (patch) | |
tree | 580f96d5391da876076cb08c49eaf644cc3dc486 /src/avr/ao_pwmin.h | |
parent | 14698c424f833dc6d2fb38f69f5f661804cf8303 (diff) |
altos: Add telescience-pwm product
Split out special PWM-sampling telescience product
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/avr/ao_pwmin.h')
-rw-r--r-- | src/avr/ao_pwmin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/avr/ao_pwmin.h b/src/avr/ao_pwmin.h index bbab4ddc..8097d399 100644 --- a/src/avr/ao_pwmin.h +++ b/src/avr/ao_pwmin.h @@ -16,3 +16,5 @@ */ void ao_pwmin_init(void); + +extern volatile __data uint16_t ao_icp3_count; |