mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
fix error message
This commit is contained in:
parent
175300e58c
commit
f8f9557b0b
@ -245,7 +245,7 @@ int unregister_interrupt(int sig)
|
||||
sa.sa_flags = SA_RESTART | SA_SIGINFO;
|
||||
|
||||
if (sigaction(sig, &sa, NULL)) {
|
||||
err(1, "register_interrupt: sigaction");
|
||||
err(1, "unregister_interrupt: sigaction");
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user