net: app: fix typo
Signed-off-by: Erwin Rol <erwin@erwinrol.com>
This commit is contained in:
parent
07c0d3d0f0
commit
f541ba3ca1
1 changed files with 2 additions and 2 deletions
|
@ -186,9 +186,9 @@ static void setup_ipv6(struct net_if *iface, u32_t flags)
|
||||||
|
|
||||||
int net_app_init(const char *app_info, u32_t flags, s32_t timeout)
|
int net_app_init(const char *app_info, u32_t flags, s32_t timeout)
|
||||||
{
|
{
|
||||||
#define LOOP_DEVIDER 10
|
#define LOOP_DIVIDER 10
|
||||||
struct net_if *iface = net_if_get_default();
|
struct net_if *iface = net_if_get_default();
|
||||||
int loop = timeout / LOOP_DEVIDER;
|
int loop = timeout / LOOP_DIVIDER;
|
||||||
int count = 0;
|
int count = 0;
|
||||||
|
|
||||||
if (app_info) {
|
if (app_info) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue