From 6136e28bf95c8cadf4892fd3e1333e489aff139a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 23 Jan 2023 15:26:10 +0100 Subject: clockdrv: Add clock driver implementation group Use standard wording in Clock Driver related files. Update #3706. --- bsps/arm/raspberrypi/clock/clockdrv.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'bsps/arm/raspberrypi') diff --git a/bsps/arm/raspberrypi/clock/clockdrv.c b/bsps/arm/raspberrypi/clock/clockdrv.c index 9954d41741..8d220d51ba 100644 --- a/bsps/arm/raspberrypi/clock/clockdrv.c +++ b/bsps/arm/raspberrypi/clock/clockdrv.c @@ -1,14 +1,13 @@ /** * @file * - * @ingroup bsp_clock + * @ingroup RTEMSDriverClockImpl * - * @brief Raspberry Pi clock support. + * @brief This source file contains the implementation of the BCM2835 Clock + * Driver. */ /* - * BCM2835 Clock driver - * * Copyright (c) 2013 Alan Cudmore * Copyright (c) 2016 Pavel Pisa * -- cgit v1.2.3