22 lines
677 B
Diff
22 lines
677 B
Diff
From 679179258e4e505d065dd64c9130ee1e3369f0c4 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
|
|
|