From 4324bce6b087598eb096f0c4b955dbb3880d6b2d Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sat, 2 Dec 2017 23:01:35 +0000 Subject: [PATCH] Re-structure OpenMote-CC2538 documentation --- arch/platform/openmote-cc2538/contiki-conf.h | 3 ++- arch/platform/openmote-cc2538/platform.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/platform/openmote-cc2538/contiki-conf.h b/arch/platform/openmote-cc2538/contiki-conf.h index 8458afbc9..4cc9d9dce 100644 --- a/arch/platform/openmote-cc2538/contiki-conf.h +++ b/arch/platform/openmote-cc2538/contiki-conf.h @@ -40,6 +40,7 @@ * is comercialized by OpenMote Technologies since 2014. It is the first * commercial platform based on the powerful TI CC2538 SoC. It uses a * XBee form-factor to ease prototyping. + * @{ * * \file * Configuration for the OpenMote-CC2538 platform @@ -412,7 +413,7 @@ typedef uint32_t rtimer_clock_t; #ifndef CCM_STAR_CONF #define CCM_STAR_CONF cc2538_ccm_star_driver /**< AES-CCM* driver */ #endif - +/** @} */ /*---------------------------------------------------------------------------*/ #endif /* CONTIKI_CONF_H_ */ /*---------------------------------------------------------------------------*/ diff --git a/arch/platform/openmote-cc2538/platform.c b/arch/platform/openmote-cc2538/platform.c index 584f5a292..01cc4f744 100644 --- a/arch/platform/openmote-cc2538/platform.c +++ b/arch/platform/openmote-cc2538/platform.c @@ -32,7 +32,7 @@ */ /*---------------------------------------------------------------------------*/ /** - * \addtogroup platform + * \addtogroup cc2538-platforms * @{ * * \defgroup openmote-cc2538 OpenMote-CC2538 platform