Skip to content

Commit

Permalink
Update settings.c
Browse files Browse the repository at this point in the history
  • Loading branch information
TimJTi authored and xiaoxiang781216 committed Aug 30, 2024
1 parent d71046c commit 4ebd68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/settings/settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ static void save(void)
g_settings.wrpend = true;

#ifdef CONFIG_SYSTEM_SETTINGS_CACHED_SAVES
ret = timer_settime(g_settings.timerid, 0, &g_settings.trigger, NULL);
timer_settime(g_settings.timerid, 0, &g_settings.trigger, NULL);
#else
union sigval value =
{
Expand Down

0 comments on commit 4ebd68f

Please sign in to comment.