Skip to content

Commit

Permalink
[SQUASH ME] netdev_dummy: put c++ guard at right position
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Oct 30, 2014
1 parent c9d1d18 commit d8d786e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/unittests/netdev_dummy/include/netdev_dummy.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
#ifndef __UNITTESTS_NETDEV_DUMMY_H_
#define __UNITTESTS_NETDEV_DUMMY_H_

#ifdef __cplusplus
extern "C" {
#endif

#include <stdlib.h>

#include "netdev/base.h"

#ifdef __cplusplus
extern "C" {
#endif

#ifndef UNITTESTS_NETDEV_DUMMY_MAX_DEV
/**
* @brief Maximum number of devices you can initialize with this module
Expand Down

0 comments on commit d8d786e

Please sign in to comment.