diff BSDmakefile @ 18:afdd22502c2a

Add i2c test code
author Daniel O'Connor <darius@dons.net.au>
date Wed, 14 Nov 2012 12:30:58 +1030
parents 96c345d304af
children 35cf31794a42
line wrap: on
line diff
--- a/BSDmakefile	Wed Nov 14 12:30:29 2012 +1030
+++ b/BSDmakefile	Wed Nov 14 12:30:58 2012 +1030
@@ -15,7 +15,7 @@
 		system_stm32f10x.c \
 		touch.c
 
-STM32LIBS=	usart gpio rcc rtc pwr bkp fsmc spi tim
+STM32LIBS=	usart gpio rcc rtc pwr bkp fsmc spi tim i2c
 
 .for f in ${STM32LIBS}
 SRCS+=		stm32f10x_${f}.c