diff options
| author | Keith Packard <keithp@keithp.com> | 2011-05-18 00:18:15 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-05-18 00:18:15 -0700 |
| commit | 44cb8f26a3c2749219206c5f885230278f00e969 (patch) | |
| tree | 48ac70c1c3cf59f872567b484495b0231b79b77e | |
| parent | f2c9234341b18d94c6056d72a496753c64619f08 (diff) | |
src-avr: Make avr-demo objects depend on ao_usb.h
Now that we have a usb driver, it's part of the build
Signed-off-by: Keith Packard <keithp@keithp.com>
| -rw-r--r-- | src-avr/avr-demo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-avr/avr-demo/Makefile b/src-avr/avr-demo/Makefile index 76d618fe..8b33a1bd 100644 --- a/src-avr/avr-demo/Makefile +++ b/src-avr/avr-demo/Makefile @@ -27,6 +27,7 @@ endif INC = \ ao.h \ + ao_usb.h \ ao_pins.h \ altitude.h \ ao_kalman.h |
