include: fix double include pre-processor guards

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko
2022-01-15 04:44:35 +02:00
committed by Alan Carvalho de Assis
parent 1adee3d657
commit 8d3bf05fd2
684 changed files with 2242 additions and 2252 deletions
+3 -3
View File
@@ -36,8 +36,8 @@
*
****************************************************************************/
#ifndef _NET_DEVIF_DEVIF_H
#define _NET_DEVIF_DEVIF_H
#ifndef __NET_DEVIF_DEVIF_H
#define __NET_DEVIF_DEVIF_H
/****************************************************************************
* Included Files
@@ -526,4 +526,4 @@ void devif_can_send(FAR struct net_driver_s *dev, FAR const void *buf,
#endif
#endif /* CONFIG_NET */
#endif /* _NET_DEVIF_DEVIF_H */
#endif /* __NET_DEVIF_DEVIF_H */