From f3c5eb24f986bf2bc08dfad306e560ba05be9c7e Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Sat, 4 Jan 2014 13:50:42 +0100 Subject: [PATCH] Add comments --- include/core/system.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/core/system.h b/include/core/system.h index e978988..ea037ca 100644 --- a/include/core/system.h +++ b/include/core/system.h @@ -136,7 +136,8 @@ void systick_timer_on(uint32_t ms); void systick_timer_off(void); -/* Sleeping functions */ +/***************************************************************************** */ +/* Sleeping functions : these use systick */ /* Set the sleep countdown value * A sleep will end when this value reaches 0 -- 2.43.0