diff options
| author | Keith Packard <keithp@keithp.com> | 2012-12-06 10:12:11 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-12-06 10:12:11 -0800 |
| commit | c1e6fa32b856b91afa355cd272d2d7287d3ccca1 (patch) | |
| tree | dbe7060fd93e28d1633d71998b706e3db7d9d0a4 /src/megametrum-v0.1/Makefile | |
| parent | 51ef826372f466f44901c4c609ed6a987d30fda4 (diff) | |
altos: Hook APRS up to the radio
This adds an arbitrary-length packet writing function to the radio
code.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/megametrum-v0.1/Makefile')
| -rw-r--r-- | src/megametrum-v0.1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/megametrum-v0.1/Makefile b/src/megametrum-v0.1/Makefile index 7d6c7388..25d0ed03 100644 --- a/src/megametrum-v0.1/Makefile +++ b/src/megametrum-v0.1/Makefile @@ -90,6 +90,7 @@ ALTOS_SRC = \ ao_packet.c \ ao_companion.c \ ao_pyro.c \ + ao_aprs.c \ $(PROFILE) \ $(SAMPLE_PROFILE) \ $(STACK_GUARD) |
