/* * Copyright (c) 2018 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #include LOG_MODULE_REGISTER(net_native_posix_sample, LOG_LEVEL_DBG); #include #include #include /* This application itself does nothing as there is net-shell that can be used * to monitor things. */ int main(void) { LOG_INF("Start application"); return 0; }