mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
Updated the include paths to point to the new places
This commit is contained in:
parent
2ec176891f
commit
4f498e2eac
@ -41,15 +41,15 @@
|
|||||||
|
|
||||||
#include "dev/serial-line.h"
|
#include "dev/serial-line.h"
|
||||||
|
|
||||||
#include "net/uip.h"
|
#include "net/ip/uip.h"
|
||||||
|
|
||||||
#include "dev/button-sensor.h"
|
#include "dev/button-sensor.h"
|
||||||
|
|
||||||
#if WITH_UIP6
|
#if WITH_UIP6
|
||||||
#include "net/uip-ds6.h"
|
#include "net/ipv6/uip-ds6.h"
|
||||||
#endif /* WITH_UIP6 */
|
#endif /* WITH_UIP6 */
|
||||||
|
|
||||||
#include "net/rime.h"
|
#include "net/rime/rime.h"
|
||||||
#include "uart0.h"
|
#include "uart0.h"
|
||||||
#include "contiki-uart.h"
|
#include "contiki-uart.h"
|
||||||
#include "watchdog.h"
|
#include "watchdog.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user