Sign in
◑
Theme
opensecura
/
3p
/
sel4
/
camkes
/
cb16a1c46eee4d9c08d81dce135619acb77f6e92
/
.
/
apps
/
binary-semaphore
/
src
/
periodic.c
blob: 62cd3fcdc12fe957c4b0021a58773f2f5ce1fb9c [
file
]
/*
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* SPDX-License-Identifier: GPL-2.0-only
*/
#include
<camkes.h>
int
run
(
void
)
{
while
(
1
)
{
ready_emit
();
}
return
0
;
}