diff options
author | iperry <iperry@749a229e-a60e-11de-b98f-4500b42dc123> | 2010-01-08 01:22:43 +0000 |
---|---|---|
committer | iperry <iperry@749a229e-a60e-11de-b98f-4500b42dc123> | 2010-01-08 01:22:43 +0000 |
commit | a038b4f9875d06be339d3abb33967ec9a89c2f8a (patch) | |
tree | ebd77ccb2702f218207077594916f42491527375 /Makefile | |
parent | 2addfe8c42c6bcdc0a15c751e2436447b73d03fe (diff) | |
download | librambutan-a038b4f9875d06be339d3abb33967ec9a89c2f8a.tar.gz librambutan-a038b4f9875d06be339d3abb33967ec9a89c2f8a.zip |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |