Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
a5f0c965c5efa9018d7e899bb7e2a12dd5d22bb1
/
.
/
samples
/
net
/
openthread
/
shell
/
src
/
main.c
blob: ee1cde55a16c7d8201cf5029426e49fd07b59d7c [
file
]
/*
* Copyright (c) 2024 A Labs GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/
int
main
(
void
)
{
/* Nothing to do here. The shell is automatically started in the background. */
return
0
;
}