From: Nathael Pajani Date: Thu, 19 Nov 2020 18:49:00 +0000 (+0100) Subject: Improve comment X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=372578d66337109c989cb1ac2cf4a7d26ab3e8dc;p=soft%2Flpc122x%2Fcore Improve comment --- 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.