Sign in
opensecura
/
3p
/
sel4proj
/
global-components
/
refs/heads/master
/
.
/
components
/
SerialServer
/
camkes-putchar-client
/
templates
/
SerialServer-camkes-putchar-client.template.c
blob: 15aff0b186a5e801bf900b18671621d1c6d3bd35 [
file
] [
edit
]
/*
* Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include
<camkes.h>
static
void
__attribute__
((
constructor
))
register_serial
(
void
)
{
set_putchar
(
/*? me.interface ?*/
_putchar_putchar
);
}