diff options
author | Keith Packard <keithp@keithp.com> | 2015-12-25 23:25:43 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-12-25 23:30:33 -0800 |
commit | affad27df6c2f38f0398175d96c073a85039ebe5 (patch) | |
tree | 758561619425ee2c06c9bc9433c2fbf72b815791 /src/easymega-v1.0/Makefile | |
parent | 0fd370af8bc8842000415c4d182d84b4bf6f90fa (diff) |
altos: Hacks to test PWM output on EasyMegaeasymega-pwm-hacks
This uses the companion port chip select pins, which happen to be
connected to tim4.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/easymega-v1.0/Makefile')
-rw-r--r-- | src/easymega-v1.0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/easymega-v1.0/Makefile b/src/easymega-v1.0/Makefile index c3b360b4..99a52db9 100644 --- a/src/easymega-v1.0/Makefile +++ b/src/easymega-v1.0/Makefile @@ -100,8 +100,8 @@ ALTOS_SRC = \ ao_sample.c \ ao_kalman.c \ ao_flight.c \ - ao_companion.c \ ao_pyro.c \ + ao_pwm_stm.c \ $(MATH_SRC) \ $(PROFILE) \ $(SAMPLE_PROFILE) \ |