Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
7ce8b5598c2903275aad91920074e328f9d75801
/
.
/
samples
/
net
/
wifi
/
src
/
wifi_test.c
blob: b488c2c5820e2085b0ea9e33536637ddad657483 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2016 Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include
<zephyr/kernel.h>
#include
<errno.h>
int
main
(
void
)
{
return
0
;
}