From 971454dea3437ff9e771f622a718c39e2b3090e1 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 20 Jun 2011 19:03:17 +0000 Subject: PAL driver implementations updated. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3065 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/MSP430/pal_lld.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'os/hal/platforms/MSP430/pal_lld.h') diff --git a/os/hal/platforms/MSP430/pal_lld.h b/os/hal/platforms/MSP430/pal_lld.h index 31ee669a0..1c0bc5900 100644 --- a/os/hal/platforms/MSP430/pal_lld.h +++ b/os/hal/platforms/MSP430/pal_lld.h @@ -134,6 +134,11 @@ typedef struct { */ typedef uint8_t ioportmask_t; +/** + * @brief Digital I/O modes. + */ +typedef uint16_t iomode_t; + /** * @brief Port Identifier. * @details This type can be a scalar or some kind of pointer, do not make -- cgit v1.2.3