Improve comment
authorNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 19 Nov 2020 18:49:00 +0000 (19:49 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:05 +0000 (17:03 +0100)
include/core/systick.h

index 9090a2c..7c5f593 100644 (file)
@@ -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.