mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
include: fix double include pre-processor guards
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
1adee3d657
commit
8d3bf05fd2
+3
-3
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user