mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-30 17:01:19 +01:00
parent
852618476c
commit
2793426c89
@ -197,7 +197,7 @@ interrupt(RTC_VECTOR) __attribute__((naked)) rtc_isr(void)
|
||||
}
|
||||
|
||||
if (rtc_second_pid) {
|
||||
msg_t m;
|
||||
static msg_t m;
|
||||
m.type = RTC_SECOND;
|
||||
msg_send_int(&m, rtc_second_pid);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user