From a038b4f9875d06be339d3abb33967ec9a89c2f8a Mon Sep 17 00:00:00 2001 From: iperry Date: Fri, 8 Jan 2010 01:22:43 +0000 Subject: changed math.h to wiring_math.h to avoid collision with newlib's math library git-svn-id: https://leaflabs.googlecode.com/svn/trunk/library@99 749a229e-a60e-11de-b98f-4500b42dc123 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b25a9b9..58678df 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ CSRC = lib/systick.c \ CSRC += $(STM32SRCS) -CPPSRC = wiring/math.cpp \ +CPPSRC = wiring/wiring_math.cpp \ wiring/Print.cpp \ wiring/comm/HardwareSerial.cpp \ wiring/comm/HardwareUsb.cpp \ -- cgit v1.2.3