diff options
author | iperry <iperry@749a229e-a60e-11de-b98f-4500b42dc123> | 2010-01-10 14:06:15 +0000 |
---|---|---|
committer | iperry <iperry@749a229e-a60e-11de-b98f-4500b42dc123> | 2010-01-10 14:06:15 +0000 |
commit | a597f3f3ce79c38e0d41acb9591ed7ab2e22bb6a (patch) | |
tree | 6f90320a9c77507255104ed2f13da4ae5878015b /Makefile | |
parent | f1598e62ac2cdd4a6077aed6ca200743a4de59e5 (diff) | |
download | librambutan-a597f3f3ce79c38e0d41acb9591ed7ab2e22bb6a.tar.gz librambutan-a597f3f3ce79c38e0d41acb9591ed7ab2e22bb6a.zip |
forgot to turn on the interrupt for usar3
git-svn-id: https://leaflabs.googlecode.com/svn/trunk/library@110 749a229e-a60e-11de-b98f-4500b42dc123
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |