[drivers/net/skeleton] Add missed #endif

Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
This commit is contained in:
Anton D. Kachalov 2015-07-30 23:16:34 +03:00
parent 4a16bc6924
commit cbd4586cad
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ static int skel_rmmac(FAR struct net_driver_s *dev, FAR const uint8_t *mac);
#ifdef CONFIG_NET_ICMPv6
static void skel_ipv6multicast(FAR struct skel_driver_s *priv);
#endif
#endif
/****************************************************************************
* Private Functions