1
0
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:
mlenders 2011-07-26 10:31:57 +02:00
parent 842bdc90ac
commit f98173da6c
3 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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;

View File

@ -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();