summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-12 07:47:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-12 07:47:37 -0600
commit76343b27989de3081579ef5ab5ff1dd3b238563e (patch)
treef5de06585c34c8c58165925b51f1df7d25fe32ad /nuttx/arch
parent97062c3c71e6e9311991b41033431993cb1dff09 (diff)
downloadnuttx-76343b27989de3081579ef5ab5ff1dd3b238563e.tar.gz
nuttx-76343b27989de3081579ef5ab5ff1dd3b238563e.tar.bz2
nuttx-76343b27989de3081579ef5ab5ff1dd3b238563e.zip
Remove the definition of INT_FAST32_MIN which is already defined in stdint.h (the correct location). From Lorenz Meier.
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/arm/include/limits.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/nuttx/arch/arm/include/limits.h b/nuttx/arch/arm/include/limits.h
index 9502698fc..640db7e7b 100644
--- a/nuttx/arch/arm/include/limits.h
+++ b/nuttx/arch/arm/include/limits.h
@@ -67,9 +67,6 @@
#define INT_MAX 2147483647
#define UINT_MAX 4294967295U
-#define INT_FAST32_MIN INT_MIN
-#define INT_FAST32_MAX INT_MAX
-
/* These change on 32-bit and 64-bit platforms */
#define LONG_MIN (-LONG_MAX - 1)