From 6594873753fbd91f001eb3d819bf4ca58f8f7428 Mon Sep 17 00:00:00 2001 From: Adam Dunkels Date: Tue, 10 Dec 2013 08:48:58 +0100 Subject: [PATCH] Updated the path to uip-debug.h --- platform/mbxxx/clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/mbxxx/clock.c b/platform/mbxxx/clock.c index 2a01eb8b7..cc9a1406b 100644 --- a/platform/mbxxx/clock.c +++ b/platform/mbxxx/clock.c @@ -57,7 +57,7 @@ #include "dev/stm32w-radio.h" #define DEBUG DEBUG_NONE -#include "net/uip-debug.h" +#include "net/ip/uip-debug.h" // The value that will be load in the SysTick value register. #define RELOAD_VALUE 24000-1 // 1 ms with a 24 MHz clock