diff options
| author | Keith Packard <keithp@keithp.com> | 2019-06-18 14:50:53 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2019-06-18 14:50:53 -0700 |
| commit | ee7a54b3215ffa1eb38f16a151c0740b14b60857 (patch) | |
| tree | 877ff14d720edb879d12d7666a35977f7f6c8746 /src/micropeak-v2.0/Makefile | |
| parent | 6529fd623f0e4b921aea1110c723d7dc03954def (diff) | |
altos/micropeak-v2.0: expose log and config commands over USB
This lets AltosUI handle the eeprom data
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/micropeak-v2.0/Makefile')
| -rw-r--r-- | src/micropeak-v2.0/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/micropeak-v2.0/Makefile b/src/micropeak-v2.0/Makefile index 6bac3e29..f1f57440 100644 --- a/src/micropeak-v2.0/Makefile +++ b/src/micropeak-v2.0/Makefile @@ -32,6 +32,7 @@ ALTOS_SRC = \ ao_mutex.c \ ao_interrupt.c \ ao_cmd.c \ + ao_config.c \ ao_task.c \ ao_data.c \ ao_boot_chain.c \ |
