diff options
Diffstat (limited to 'ports/MSP430/pal_lld.h')
-rw-r--r-- | ports/MSP430/pal_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/MSP430/pal_lld.h b/ports/MSP430/pal_lld.h index cb47b4259..9f977c8c2 100644 --- a/ports/MSP430/pal_lld.h +++ b/ports/MSP430/pal_lld.h @@ -212,7 +212,7 @@ typedef union __ioport * ioportid_t; * @brief Low level PAL subsystem initialization.
* @details In MSP430 programs all the ports as input.
*
- * @param[in] the MSP430 ports configuration
+ * @param[in] config the MSP430 ports configuration
*/
#define pal_lld_init(config) _pal_lld_init(config)
|