Fixed an error.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2308 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2010-10-31 07:12:10 +00:00
parent 176729594e
commit 1ee9f242d6
1 changed files with 1 additions and 1 deletions

View File

@ -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. */