mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Update settings.c
This commit is contained in:
parent
d71046c139
commit
4ebd68f7d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue