diff options
author | Keith Packard <keithp@keithp.com> | 2011-05-19 23:43:17 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-05-19 23:43:17 -0700 |
commit | 8fcd9ccf458abf4f85729a48ae789f38cdc1b9ca (patch) | |
tree | bdc0f3f5246b292f61b21ed0f7125a0e172e2d08 /src-avr/ao_timer.c | |
parent | 08c00b439dd2ebe0924e7d5fee519ec8d869151e (diff) |
src-avr: Add telescience build target
No serial output, just USB
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src-avr/ao_timer.c')
-rw-r--r-- | src-avr/ao_timer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src-avr/ao_timer.c b/src-avr/ao_timer.c index 9142a497..cc48dd2a 100644 --- a/src-avr/ao_timer.c +++ b/src-avr/ao_timer.c @@ -41,6 +41,9 @@ volatile __data uint8_t ao_adc_interval = 1; volatile __data uint8_t ao_adc_count; #endif +void +ao_debug_out(char c); + #ifdef AVR ISR(TIMER1_COMPA_vect) #else |