Sign in
opensecura
/
3p
/
sel4
/
camkes
/
refs/heads/master
/
.
/
apps
/
binary-semaphore
/
src
/
periodic.c
blob: 62cd3fcdc12fe957c4b0021a58773f2f5ce1fb9c [
file
] [
log
] [
blame
] [
edit
]
/*
* 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
;
}