diff options
author | Keith Packard <keithp@keithp.com> | 2012-04-13 09:39:20 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-04-14 14:04:29 -0700 |
commit | 0667261e03b3fd403e97d02ea6204b007bb13f58 (patch) | |
tree | 6f1dfc96b8cc5cbed3cc371b203d2cdad0bde909 /src/drivers/ao_science_slave.c | |
parent | 2b4a53342980618b193cbee5b803e56f7c937893 (diff) |
altos: Pull more interfaces out of ao.h and move to separate files
This moves the aes, btm, companion, lcd and packet interfaces out of ao.h
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_science_slave.c')
-rw-r--r-- | src/drivers/ao_science_slave.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/ao_science_slave.c b/src/drivers/ao_science_slave.c index fa9db98b..a86b5151 100644 --- a/src/drivers/ao_science_slave.c +++ b/src/drivers/ao_science_slave.c @@ -18,6 +18,7 @@ #include "ao.h" #include "ao_product.h" #include "ao_flight.h" +#include "ao_companion.h" struct ao_companion_command ao_companion_command; |