From: Nathael Pajani Date: Mon, 28 Jul 2014 08:57:11 +0000 (+0200) Subject: Some more precision in the comments. X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=5e96c616925e05d52609733507c8547667c8e453;p=soft%2Flpc122x%2Fcore Some more precision in the comments. --- 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 */