1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/openwsn/patches/0003-openstack-02b-MAChigh-neighbors.c-expose-neighbors_v.patch

26 lines
800 B
Diff
Raw Normal View History

2020-09-02 11:39:27 +02:00
From 0a1426c01092118bc875fdc46d2dae296188b163 Mon Sep 17 00:00:00 2001
From: Francisco Molina <femolina@uc.cl>
Date: Fri, 27 Mar 2020 10:15:43 +0100
2020-09-02 11:39:27 +02:00
Subject: [PATCH 3/9] 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
2020-09-02 11:39:27 +02:00
index 18bbcdd1..f104aad5 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 ======================================
--
2020-09-02 11:39:27 +02:00
2.28.0