Fixed an error.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2308 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
176729594e
commit
1ee9f242d6
|
@ -139,7 +139,7 @@ typedef uint8_t ioportmask_t;
|
||||||
* any assumption about it, use the provided macros when populating
|
* any assumption about it, use the provided macros when populating
|
||||||
* variables of this type.
|
* variables of this type.
|
||||||
*/
|
*/
|
||||||
typedef union msp430_ioport_t *ioportid_t;
|
typedef msp430_ioport_t *ioportid_t;
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* I/O Ports Identifiers. */
|
/* I/O Ports Identifiers. */
|
||||||
|
|
Loading…
Reference in New Issue