aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPerry Hung <iperry@alum.mit.edu>2010-04-01 22:28:00 -0400
committerPerry Hung <iperry@alum.mit.edu>2010-04-01 22:28:00 -0400
commit68818ab2d689de5600578e70882d152fa6e0eade (patch)
tree5e0773f898e78f9cddbcd3118fbef620aade52af /Makefile
parentbe4a588d845b978a05b3ee962c87a28888cb805a (diff)
downloadlibrambutan-68818ab2d689de5600578e70882d152fa6e0eade.tar.gz
librambutan-68818ab2d689de5600578e70882d152fa6e0eade.zip
Cleanup: trivial rename for exception handlers, removed unnecessary
stm32f10x_conf.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 94cbbc7..b0a5a92 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ CSRC = libmaple/systick.c \
libmaple/timers.c \
libmaple/adc.c \
libmaple/syscalls.c \
- libmaple/stm32f10x_it.c \
+ libmaple/exc.c \
libmaple/exti.c \
libmaple/gpio.c \
libmaple/nvic.c \