mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
Updated some includes
This commit is contained in:
parent
842bdc90ac
commit
f98173da6c
@ -4,9 +4,12 @@
|
||||
#include <board_uart0.h>
|
||||
|
||||
#include "flowcontrol.h"
|
||||
#include "sixlowpan.h"
|
||||
#include "sixlowborder.h"
|
||||
#include "sixlowerror.h"
|
||||
|
||||
#include "bordermultiplex.h"
|
||||
|
||||
#define DC3 0x0D
|
||||
#define END 0xC0
|
||||
#define ESC 0xDB
|
||||
|
||||
@ -12,7 +12,6 @@ flowcontrol_stat_t slwin_stat;
|
||||
sem_t connection_established;
|
||||
int16_t synack_seqnum = -1;
|
||||
|
||||
|
||||
ipv6_addr_t init_threeway_handshake() {
|
||||
border_syn_packet_t *syn;
|
||||
msg_t m;
|
||||
|
||||
@ -5,9 +5,9 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <mutex.h>
|
||||
#include <transceiver.h>
|
||||
|
||||
#include "sixlowip.h"
|
||||
#include "sixlowpan.h"
|
||||
#include "sixlownd.h"
|
||||
#include "semaphore.h"
|
||||
|
||||
uint16_t border_get_serial_reader();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user