Skip to content

Commit

Permalink
[SQUASH ME] nativenet: fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Oct 9, 2014
1 parent f2bc4c6 commit 962cd87
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cpu/native/include/nativenet.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,12 @@
extern const netdev_driver_t nativenet_driver;

/**
* @brief Default device if user uses @ref transceiver module or any other
* way, that does not consider the @ref netdev_base API
* @brief Default @netdev API device
*/
extern netdev_t nativenet_default_dev;

/**
* Initialize @ref transceiver and nativenet_default_dev
* Initialize @ref sys_transceiver and @ref nativenet_default_dev
*
* @param transceiver_pid the pid of the transceiver thread
*/
Expand Down

0 comments on commit 962cd87

Please sign in to comment.