diff options
Diffstat (limited to 'ports/MSP430/chcore.c')
-rw-r--r-- | ports/MSP430/chcore.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/MSP430/chcore.c b/ports/MSP430/chcore.c index 2f147c2fc..4a9857494 100644 --- a/ports/MSP430/chcore.c +++ b/ports/MSP430/chcore.c @@ -18,6 +18,8 @@ */
/**
+ * @file ports/MSP430/chcore.c
+ * @brief MSP430 architecture port code.
* @addtogroup MSP430_CORE
* @{
*/
|