From 4c203dba2d4239878f17474055c13c4293ebbd16 Mon Sep 17 00:00:00 2001 From: Fabien Poussin Date: Fri, 14 Apr 2017 16:46:28 +0200 Subject: Fixed MSP430 build with latest msp-gcc (6.2) --- os/common/ports/MSP430X/compilers/GCC/chtypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'os/common/ports/MSP430X/compilers/GCC/chtypes.h') 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. */ -- cgit v1.2.3