Moved net/rime.h to net/rime/rime.h

This commit is contained in:
Adam Dunkels 2013-12-12 20:50:07 +01:00
parent b36fba76bd
commit 8eace27f9b
99 changed files with 98 additions and 98 deletions

View file

@ -42,7 +42,7 @@
#include "net/ip/uip.h"
#include "net/ipv4/uip-fw.h"
#include "net/rime.h"
#include "net/rime/rime.h"
void uip_over_mesh_init(uint16_t channels);
uint8_t uip_over_mesh_send(void);