diff options
| author | Keith Packard <keithp@keithp.com> | 2012-09-01 00:15:16 -0500 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-09-01 00:15:16 -0500 |
| commit | 01820c3e95fe85d2bee648d41809f1a753f81020 (patch) | |
| tree | cbbbf3e8933704abb7e2c95e527cc05c171e12d6 /src/product | |
| parent | 3ccc4a13e3f76bec864d61b0cdfd57c76c6baadb (diff) | |
Revert "first work on PWM input to TeleScience, 'p' command displays timer 1"
PWM bits not suitable for master
This reverts commit e93c6bcc799d76d4ff425815e2601a25e6796229.
Diffstat (limited to 'src/product')
| -rw-r--r-- | src/product/ao_telescience.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/product/ao_telescience.c b/src/product/ao_telescience.c index 2d594d7f..45b6d40e 100644 --- a/src/product/ao_telescience.c +++ b/src/product/ao_telescience.c @@ -16,7 +16,6 @@ */ #include "ao.h" -#include "ao_pwmin.h" int main(void) @@ -35,7 +34,6 @@ main(void) ao_usb_init(); ao_adc_init(); ao_log_single_init(); - ao_pwmin_init(); ao_start_scheduler(); return 0; } |
