aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2017-04-14 16:46:28 +0200
committerFabien Poussin <fabien.poussin@gmail.com>2017-04-14 16:46:28 +0200
commit4c203dba2d4239878f17474055c13c4293ebbd16 (patch)
treeee12da2122cc2d703ca1b215b4b73abbaff21f1e /os/common/ports
parent4186e908ee40f09bdc22360cfdc0cb3207262d32 (diff)
downloadChibiOS-Contrib-4c203dba2d4239878f17474055c13c4293ebbd16.tar.gz
ChibiOS-Contrib-4c203dba2d4239878f17474055c13c4293ebbd16.tar.bz2
ChibiOS-Contrib-4c203dba2d4239878f17474055c13c4293ebbd16.zip
Fixed MSP430 build with latest msp-gcc (6.2)
Diffstat (limited to 'os/common/ports')
-rw-r--r--os/common/ports/MSP430X/compilers/GCC/chtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/common/ports/MSP430X/compilers/GCC/chtypes.h b/os/common/ports/MSP430X/compilers/GCC/chtypes.h
index 46a074c..b692cb7 100644
--- a/os/common/ports/MSP430X/compilers/GCC/chtypes.h
+++ b/os/common/ports/MSP430X/compilers/GCC/chtypes.h
@@ -62,6 +62,7 @@ typedef uint8_t tprio_t; /**< Thread priority. */
typedef int16_t msg_t; /**< Inter-thread message. */
typedef int32_t eventid_t; /**< Numeric event identifier. */
typedef uint8_t eventmask_t; /**< Mask of event identifiers. */
+typedef uint16_t eventflags_t; /**< Mask of event flags. */
typedef int16_t cnt_t; /**< Generic signed counter. */
typedef uint16_t ucnt_t; /**< Generic unsigned counter. */