This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit c102ed4a0d617255af050daf124f90cd9c7ae777
Author: Wojciech Pietraszewski <[email protected]>
AuthorDate: Thu Jun 27 13:13:59 2024 +0200

    kernel/os_cputime: Remove doxygen comments from the source file
    
    Removes redundant doxygen entry.
---
 kernel/os/src/os_cputime.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/kernel/os/src/os_cputime.c b/kernel/os/src/os_cputime.c
index e0476e365..5a1fa9859 100644
--- a/kernel/os/src/os_cputime.c
+++ b/kernel/os/src/os_cputime.c
@@ -39,11 +39,6 @@ os_cputime_init(uint32_t clock_freq)
     return rc;
 }
 
-/**
- * Wait until the number of ticks has elapsed. This is a blocking delay.
- *
- * @param ticks The number of ticks to wait.
- */
 void
 os_cputime_delay_ticks(uint32_t ticks)
 {

Reply via email to