From 372578d66337109c989cb1ac2cf4a7d26ab3e8dc Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Thu, 19 Nov 2020 19:49:00 +0100 Subject: [PATCH] Improve comment --- include/core/systick.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/core/systick.h b/include/core/systick.h index 9090a2c..7c5f593 100644 --- a/include/core/systick.h +++ b/include/core/systick.h @@ -77,7 +77,8 @@ uint32_t systick_get_tick_ms_period(void); * is about 50 days with a 1ms system tick. */ uint32_t systick_get_tick_count(void); -/* Get the number of clock cycles ... since last wrapping of the counter. */ +/* Get the number of clock cycles ... since last wrapping of the counter which happens once in + * every 90 seconds with a 48MHz clock */ uint32_t systick_get_clock_cycles(void); /* Power up the system tick timer. -- 2.43.0