From a597f3f3ce79c38e0d41acb9591ed7ab2e22bb6a Mon Sep 17 00:00:00 2001 From: iperry Date: Sun, 10 Jan 2010 14:06:15 +0000 Subject: forgot to turn on the interrupt for usar3 git-svn-id: https://leaflabs.googlecode.com/svn/trunk/library@110 749a229e-a60e-11de-b98f-4500b42dc123 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3f45b5f..350d73e 100644 --- a/Makefile +++ b/Makefile @@ -194,7 +194,7 @@ run: $(BUILD_PATH)/main.bin cscope: rm -rf *.cscope - find . -iname "*.[hcs]" | grep -v examples | xargs cscope -R -b + find . ../bootloader -iname "*.[hcs]" | grep -v examples | xargs cscope -R -b clean: rm -f *.hex *.o -- cgit v1.2.3