blob: 582b975bd09a0c7f3bc143537c44c254d140c318 [file] [log] [blame]
/*
* Copyright (c) 2022 Grant Ramsay <grant.ramsay@hotmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
int main(void)
{
/* NET_CONFIG_SETTINGS will init DHCP
* NET_SHELL is enabled to test ping, DNS etc
*/
return 0;
}