mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
844ccfbeb3
Co-authored-by: Peter Kietzmann <peter.kietzmann@haw-hamburg.de> Co-authored-by: Jose Alamos <jose.alamos@haw-hamburg.de> Co-authored-by: Michel Rottleuthner <michel.rottleuthner@haw-hamburg.de>
28 lines
844 B
Diff
28 lines
844 B
Diff
From 6cf200f4f5fd73c065ac801328497bcfd073b382 Mon Sep 17 00:00:00 2001
|
|
From: Francisco Molina <femolina@uc.cl>
|
|
Date: Fri, 15 May 2020 13:45:02 +0200
|
|
Subject: [PATCH 07/11] openstack/openstack: dont init idmanager
|
|
|
|
Dont initiate idmanager in OpenWSN but in RIOT to allow overriding
|
|
default short address.
|
|
---
|
|
openstack/openstack.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/openstack/openstack.c b/openstack/openstack.c
|
|
index 3b10eddb..886e853f 100644
|
|
--- a/openstack/openstack.c
|
|
+++ b/openstack/openstack.c
|
|
@@ -57,7 +57,7 @@ void openstack_init(void) {
|
|
|
|
//===== stack
|
|
//-- cross-layer
|
|
- idmanager_init(); // call first since initializes EUI64 and isDAGroot
|
|
+ // idmanager_init(); // call first since initializes EUI64 and isDAGroot
|
|
openqueue_init();
|
|
openrandom_init();
|
|
|
|
--
|
|
2.27.0
|
|
|