summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Borneo <antonio.borneo@st.com>2017-05-25 11:53:24 +0200
committerAntonio Borneo <antonio.borneo@st.com>2017-05-25 12:03:34 +0200
commita01ea4e28585b4548efa14eadb48c88db5f84ff1 (patch)
tree8fd98e7be89b359520a2875238cd20928a4d0001
parent977663ccb62721eac5a8ec221980c3d0c53b0a7c (diff)
downloadcontexthub-a01ea4e28585b4548efa14eadb48c88db5f84ff1.tar.gz
nanohub: fix minor typo s/nanhub_math/nanohub_math/
Typo is in compile-time error messages, not a real issue. Change-Id: Ia34601bdc2231f9eb7e2cc4396ae96cf71ff37df Signed-off-by: Antonio Borneo <antonio.borneo@st.com>
-rw-r--r--firmware/os/cpu/cortexm4/cortexm4.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/os/cpu/cortexm4/cortexm4.mk b/firmware/os/cpu/cortexm4/cortexm4.mk
index c8ac99a6..63878544 100644
--- a/firmware/os/cpu/cortexm4/cortexm4.mk
+++ b/firmware/os/cpu/cortexm4/cortexm4.mk
@@ -73,9 +73,9 @@ BADWORDS += "__fixunssfdi=When casting a float to a uint64_t, use floatToUint64"
BADWORDS += "__fixsfdi=When casting a float to a int64_t, use floatToInt64"
BADWORDS += "__aeabi_uldivmod=Do not ever divide uint64_t by anything, see cpuMath.h"
BADWORDS += "__aeabi_ldivmod=Do not ever divide int64_t by anything, see cpuMath.h"
-BADWORDS += "sinf=include nanhub_math.h before using sinf()"
-BADWORDS += "cosf=include nanhub_math.h before using cosf()"
-BADWORDS += "asinf=include nanhub_math.h before using asinf()"
+BADWORDS += "sinf=include nanohub_math.h before using sinf()"
+BADWORDS += "cosf=include nanohub_math.h before using cosf()"
+BADWORDS += "asinf=include nanohub_math.h before using asinf()"
#all softfloat double funcs are forbidden
BADWORDS += __muldf3 __divdf3 __subdf3 __adddf3 __truncdfsf2