Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #15 from OlegHahm/gnrc_sniffer_update_to_master
Browse files Browse the repository at this point in the history
sniffer: update application to current RIOT master
  • Loading branch information
miri64 committed Sep 15, 2015
2 parents 5ddd469 + a465074 commit 689a8f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions sniffer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ BOARD ?= native
RIOTBASE ?= $(CURDIR)/../../RIOT

# Define modules that are used
USEMODULE += gnrc
USEMODULE += gnrc_netif_default
USEMODULE += auto_init_gnrc_netif
USEMODULE += shell
Expand Down
6 changes: 0 additions & 6 deletions sniffer/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
#include "hwtimer.h"
#include "shell.h"
#include "shell_commands.h"
#ifdef MODULE_NEWLIB
# include "uart_stdio.h"
#else
# include "posix_io.h"
# include "board_uart0.h"
#endif
#include "net/gnrc.h"

/**
Expand Down

0 comments on commit 689a8f3

Please sign in to comment.