From 5e96c616925e05d52609733507c8547667c8e453 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Mon, 28 Jul 2014 10:57:11 +0200 Subject: [PATCH] Some more precision in the comments. --- include/core/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/system.h b/include/core/system.h index a631b1f..fd7fec9 100644 --- a/include/core/system.h +++ b/include/core/system.h @@ -96,7 +96,7 @@ void system_brown_out_detection_config(uint32_t level); */ void clock_config(uint32_t freq_sel); -/* return current main clock */ +/* return current main clock in HZ */ uint32_t get_main_clock(void); /* IO config clock */ -- 2.43.0