diff options
| author | Keith Packard <keithp@keithp.com> | 2014-04-06 22:27:37 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-04-06 22:27:37 -0700 |
| commit | 4211c59e585545817b3cac02b41bb73106d6403e (patch) | |
| tree | fa0acd3457ba0631c7b712476a30ea23010473e1 /src/micropeak | |
| parent | 350d941a825d0271933de0bfdea82d3af5744c21 (diff) | |
altos: Fix nanopeak compile
Nanopeak uses port B bit 3 for the LED instead of bit 4. Fix the async
code to support arbitrary bits for the serial LED.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/micropeak')
| -rw-r--r-- | src/micropeak/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/micropeak/Makefile b/src/micropeak/Makefile index 335a96e5..6ae3d0be 100644 --- a/src/micropeak/Makefile +++ b/src/micropeak/Makefile @@ -84,8 +84,8 @@ $(PROG).hex: $(PROG) load: $(PROG).hex $(LOADCMD) $(LOADARG)$(PROG).hex -#load-slow: $(PROG).hex -# $(LOADCMD) $(LOADSLOW) $(LOADARG)$(PROG).hex +load-slow: $(PROG).hex + $(LOADCMD) $(LOADSLOW) $(LOADARG)$(PROG).hex ao_product.h: ao-make-product.5c ../Version $(call quiet,NICKLE,$<) $< -m altusmetrum.org -i $(IDPRODUCT) -p $(PRODUCT) -v $(VERSION) > $@ |
