summaryrefslogtreecommitdiffstats
path: root/ucs2-afb/ucs_binding.c
diff options
context:
space:
mode:
authorTobias Jahnke <tobias.jahnke@microchip.com>2019-06-24 08:15:59 +0200
committerTobias Jahnke <tobias.jahnke@microchip.com>2019-06-25 07:15:40 +0000
commitb79d0efc90f30918d64024bc0807c023e44c5325 (patch)
tree952279d30abcd55771e8136f4dd44425bb6ca5f5 /ucs2-afb/ucs_binding.c
parent244410dd373be570731a2e8c1dba749659a23c0b (diff)
agl-service-unicens: use shared lib of afb-helpershalibut_7.99.2halibut/7.99.27.99.2
Change the usage of afb-helpers from git submodule to shared library. Removed also unused app-templates submodule. Bug-AGL: SPEC-2562 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com> Change-Id: Iade8686aded8912d4dd203d1f74e171c13302a3e
Diffstat (limited to 'ucs2-afb/ucs_binding.c')
-rw-r--r--ucs2-afb/ucs_binding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucs2-afb/ucs_binding.c b/ucs2-afb/ucs_binding.c
index 4b21934..bf0fd8e 100644
--- a/ucs2-afb/ucs_binding.c
+++ b/ucs2-afb/ucs_binding.c
@@ -41,7 +41,7 @@
#include "ucs_binding.h"
#include "ucs_interface.h"
-#include "wrap-json.h"
+#include <wrap-json.h>
#define MAX_FILENAME_LEN (100)
#define RX_BUFFER (64)