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
803 B
Diff
27 lines
803 B
Diff
From 462865cd89f6e970c7dbdd62cb66cee538be8f6c Mon Sep 17 00:00:00 2001
|
|
From: Francisco Molina <femolina@uc.cl>
|
|
Date: Fri, 27 Mar 2020 10:15:43 +0100
|
|
Subject: [PATCH 03/10] openstack/02b-MAChigh/neighbors.c: expose
|
|
neighbors_vars
|
|
|
|
---
|
|
openstack/02b-MAChigh/neighbors.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/openstack/02b-MAChigh/neighbors.c b/openstack/02b-MAChigh/neighbors.c
|
|
index c947ab9e..eff3bb34 100644
|
|
--- a/openstack/02b-MAChigh/neighbors.c
|
|
+++ b/openstack/02b-MAChigh/neighbors.c
|
|
@@ -10,7 +10,7 @@
|
|
|
|
//=========================== variables =======================================
|
|
|
|
-static neighbors_vars_t neighbors_vars;
|
|
+neighbors_vars_t neighbors_vars;
|
|
|
|
//=========================== prototypes ======================================
|
|
|
|
--
|
|
2.27.0
|
|
|