mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
aa1e7797b0
With the new version some OpenWSN modules are optional: - openwsn_cjoin (and therefore opewnsn_coap) - openwsn_6lo_fragmentation - openwsn_icmpv6echo - openwsn_crypto - openwsn_udp (optional but kept as default) New optional modules have been added: - openwsn_iee802154e_security (link layer security) - openwsn_adaptive_msf (MSF dynamic slot allocation) Openvisualizer needs to be updated to be compatible with the new version.
27 lines
719 B
Diff
27 lines
719 B
Diff
From 4522c2b7cc03b96b23278953292a9b3c9bb0ee60 Mon Sep 17 00:00:00 2001
|
|
From: Francisco Molina <femolina@uc.cl>
|
|
Date: Mon, 10 Feb 2020 15:05:07 +0100
|
|
Subject: [PATCH 02/10] drivers/common/openserial: rename include for
|
|
RIOT-OpenWSN uart
|
|
|
|
---
|
|
drivers/common/openserial.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/drivers/common/openserial.c b/drivers/common/openserial.c
|
|
index 27a30d24..2e417071 100644
|
|
--- a/drivers/common/openserial.c
|
|
+++ b/drivers/common/openserial.c
|
|
@@ -20,7 +20,7 @@
|
|
#include "openbridge.h"
|
|
#include "leds.h"
|
|
#include "schedule.h"
|
|
-#include "uart.h"
|
|
+#include "openwsn_uart.h"
|
|
#include "opentimers.h"
|
|
#include "openhdlc.h"
|
|
#include "schedule.h"
|
|
--
|
|
2.27.0
|
|
|