From: Keith Packard Date: Sat, 23 Jun 2012 09:24:30 +0000 (-0700) Subject: altos: Add ao_viterbi.c to megametrum build X-Git-Tag: 1.0.9.6~41 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=74f6a1a8c8fa9d5bb8d74c99782310b431dd4727 altos: Add ao_viterbi.c to megametrum build It's not used yet, just wanted to see how big the resulting object file was (492 bytes). Signed-off-by: Keith Packard --- diff --git a/src/megametrum-v0.1/Makefile b/src/megametrum-v0.1/Makefile index 5c641e9a..857667b0 100644 --- a/src/megametrum-v0.1/Makefile +++ b/src/megametrum-v0.1/Makefile @@ -48,6 +48,7 @@ ALTOS_SRC = \ ao_spi_stm.c \ ao_cc1120.c \ ao_fec_tx.c \ + ao_viterbi.c \ ao_ms5607.c \ ao_adc_stm.c \ ao_beep_stm.c \