From 1ee9f242d6bad952b79703f4719b3ba06780f7bc Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 31 Oct 2010 07:12:10 +0000 Subject: Fixed an error. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2308 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/MSP430/pal_lld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/platforms/MSP430') diff --git a/os/hal/platforms/MSP430/pal_lld.h b/os/hal/platforms/MSP430/pal_lld.h index 954f6b5c2..3d2f0905d 100644 --- a/os/hal/platforms/MSP430/pal_lld.h +++ b/os/hal/platforms/MSP430/pal_lld.h @@ -139,7 +139,7 @@ typedef uint8_t ioportmask_t; * any assumption about it, use the provided macros when populating * variables of this type. */ -typedef union msp430_ioport_t *ioportid_t; +typedef msp430_ioport_t *ioportid_t; /*===========================================================================*/ /* I/O Ports Identifiers. */ -- cgit v1.2.3