From 94709cfcdf555d740b474cd50633f5dbf56d62b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20Kn=C3=BCpfer?= Date: Sun, 6 Mar 2016 11:19:58 +0100 Subject: [PATCH] boards/msb-430: fix and improve Doxygen Add reference URL, fix typos. --- boards/msb-430/include/board.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/boards/msb-430/include/board.h b/boards/msb-430/include/board.h index a653de8c0c..261218a85f 100644 --- a/boards/msb-430/include/board.h +++ b/boards/msb-430/include/board.h @@ -11,7 +11,10 @@ * @ingroup boards * @brief Support for the ScatterWeb MSB-430 board * - *

Compontents

+ * @details + * See http://www.mi.fu-berlin.de/inf/groups/ag-tech/projects/Z_Finished_Projects/ScatterWeb/modules/mod_MSB-430.html for circuit diagram etc. + * + *

Components

* \li MSP430 * \li CC1020 * \li SHT11 @@ -21,7 +24,7 @@ * @{ * * @file - * @brief Central defnitions for the ScatterWeb MSB-430 board + * @brief Central definitions for the ScatterWeb MSB-430 board * * @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project */