mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
22 lines
677 B
Diff
22 lines
677 B
Diff
From 40012b6fad9772cb38547abff42149b7ce1ca8d1 Mon Sep 17 00:00:00 2001
|
|
From: Francisco Molina <femolina@uc.cl>
|
|
Date: Mon, 5 Jul 2021 14:38:12 +0200
|
|
Subject: [PATCH 2/2] porting/npl/riot: add namespaced syscfg symlink
|
|
|
|
---
|
|
porting/npl/riot/include/npl_syscfg/npl_sycfg.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
create mode 120000 porting/npl/riot/include/npl_syscfg/npl_sycfg.h
|
|
|
|
diff --git a/porting/npl/riot/include/npl_syscfg/npl_sycfg.h b/porting/npl/riot/include/npl_syscfg/npl_sycfg.h
|
|
new file mode 120000
|
|
index 00000000..53c55a90
|
|
--- /dev/null
|
|
+++ b/porting/npl/riot/include/npl_syscfg/npl_sycfg.h
|
|
@@ -0,0 +1 @@
|
|
+../syscfg/syscfg.h
|
|
\ No newline at end of file
|
|
--
|
|
2.28.0
|
|
|