summaryrefslogtreecommitdiffstats
path: root/bsps/riscv/riscv
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-23 15:26:10 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-24 09:56:53 +0100
commit6136e28bf95c8cadf4892fd3e1333e489aff139a (patch)
treeee95f7da351ee4bfefef7cfef5ab0a510cc043cc /bsps/riscv/riscv
parenttm27: Avoid function pointer casts (diff)
downloadrtems-6136e28bf95c8cadf4892fd3e1333e489aff139a.tar.bz2
clockdrv: Add clock driver implementation group
Use standard wording in Clock Driver related files. Update #3706.
Diffstat (limited to 'bsps/riscv/riscv')
-rw-r--r--bsps/riscv/riscv/clock/clockdrv.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/bsps/riscv/riscv/clock/clockdrv.c b/bsps/riscv/riscv/clock/clockdrv.c
index d183e65b94..28222c69db 100644
--- a/bsps/riscv/riscv/clock/clockdrv.c
+++ b/bsps/riscv/riscv/clock/clockdrv.c
@@ -1,9 +1,10 @@
/**
* @file
*
- * @ingroup bsp_clock
+ * @ingroup RTEMSDriverClockImpl
*
- * @brief riscv clock support.
+ * @brief This source file contains the implementation of the riscv Clock
+ * Driver.
*/
/*