diff options
| author | Keith Packard <keithp@keithp.com> | 2009-05-13 20:38:11 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-05-13 20:38:11 -0700 |
| commit | 05493b98eb1ae4d30cb0b600849d70b03fa33594 (patch) | |
| tree | 4b5e47b0d0305bdb593fefd71811a7dcbb803867 /Makefile | |
| parent | d085d43701e3cdd2119e947a9ae45baa78c80318 (diff) | |
Split out ao_state_names to separate file
Allows state names to be used in programs without monitoring enabled.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -44,7 +44,8 @@ ALTOS_DRIVER_SRC = \ ao_usb.c TELE_COMMON_SRC = \ - ao_gps_print.c + ao_gps_print.c \ + ao_state.c # # Receiver code |
