Skip to content

Commit

Permalink
samples: mesh: nrf52: improved comment
Browse files Browse the repository at this point in the history
Improved comment content.

Signed-off-by: Vikrant More <[email protected]>
  • Loading branch information
vikrant8052 authored and jhedberg committed Nov 26, 2019
1 parent cbd0d6e commit c7f83f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static void light_default_var_init(void)
ctl->light_temp_last_tgt = (u32_t) ((LIGHTNESS_MAX << 16) | TEMP_MAX);
}

/* This function should only get call after reading persistent data storage */
/* This function should only get call after execution of settings_load() */
static void light_default_status_init(void)
{
u16_t light_def;
Expand Down

0 comments on commit c7f83f3

Please sign in to comment.