arch/arm/src/nrf: Remove return status from void functions

Remove return status from void tickless_rtc functions in nrf52, nrf53,
and nrf91 boards. Also add missing newline at end of nrf91_modem_os.c.

Signed-off-by: Bartosz <bartol2205@gmail.com>
This commit is contained in:
Bartosz Wawrzynek
2026-01-22 10:51:26 +01:00
committed by GUIDINGLI
parent 0af8d03d88
commit 64d2b822f8
4 changed files with 1 additions and 6 deletions
-2
View File
@@ -202,8 +202,6 @@ static void rtc_cancel_ack(void)
g_tickless_dev.alarm_set = false;
leave_critical_section(flags);
return OK;
}
/****************************************************************************
-2
View File
@@ -200,8 +200,6 @@ static void rtc_cancel_ack(void)
g_tickless_dev.alarm_set = false;
leave_critical_section(flags);
return OK;
}
/****************************************************************************
+1
View File
@@ -28,6 +28,7 @@
#include <arch/irq.h>
#include <nuttx/arch.h>
#include <nuttx/mutex.h>
#include <nuttx/semaphore.h>
#include <nuttx/signal.h>
-2
View File
@@ -196,8 +196,6 @@ static void rtc_cancel_ack(void)
g_tickless_dev.alarm_set = false;
leave_critical_section(flags);
return OK;
}
/****************************************************************************