diff options
| author | Robert Garbee <robert@gag.com> | 2012-07-19 11:40:20 -0600 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-10-16 22:11:12 -0700 |
| commit | 1747ab07dab6f4e977e0c3e83b57510cd668e369 (patch) | |
| tree | a4ea6808658f87afe489a8e11ba2c5b54516de6b /src/telepyro-v0.1 | |
| parent | 440365bd17d804c2f574c35164612cf1682397d7 (diff) | |
telescience: steal last adc channel for icp3 most recent value
Make the ICP3 rpm counter use in ao_adc_avr.c optional
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telepyro-v0.1')
| -rw-r--r-- | src/telepyro-v0.1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telepyro-v0.1/Makefile b/src/telepyro-v0.1/Makefile index 2ccd565f..6743ba66 100644 --- a/src/telepyro-v0.1/Makefile +++ b/src/telepyro-v0.1/Makefile @@ -96,7 +96,7 @@ ao_product.o: ao_product.c ao_product.h distclean: clean clean: - rm -f $(OBJ) + rm -f $(OBJ) $(PROG) $(PROG).hex rm -f ao_product.h install: |
