MYNEWT-741 Fix loraping app.
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/f3b97d53 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/f3b97d53 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/f3b97d53 Branch: refs/heads/master Commit: f3b97d5350ad319e4eeac255c81c366f0219991e Parents: 1eb96f4 Author: Christopher Collins <ccoll...@apache.org> Authored: Fri Apr 28 10:54:48 2017 -0700 Committer: Christopher Collins <ccoll...@apache.org> Committed: Fri Apr 28 17:27:52 2017 -0700 ---------------------------------------------------------------------- apps/loraping/src/main.c | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f3b97d53/apps/loraping/src/main.c ---------------------------------------------------------------------- diff --git a/apps/loraping/src/main.c b/apps/loraping/src/main.c index 7c5ef8e..2f845e4 100644 --- a/apps/loraping/src/main.c +++ b/apps/loraping/src/main.c @@ -34,11 +34,9 @@ Description: Ping-Pong implementation. Adapted to run in the MyNewt OS. #include "hal/hal_spi.h" #include "bsp/bsp.h" #include "os/os.h" -#include "board/board.h" #include "node/radio.h" #include "loraping.h" -#define LORAPING_SPI_BAUDRATE 500 #define USE_BAND_915 #if defined(USE_BAND_433)