From 07b52f2a1a51a0715e03346229d72bb3c7154b2b Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Wed, 19 Jul 2017 15:35:39 +0200 Subject: First Compilation in V2 (work in Progress) --- ucs2-afb/ucs_binding.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ucs2-afb/ucs_binding.h') diff --git a/ucs2-afb/ucs_binding.h b/ucs2-afb/ucs_binding.h index 5b74730..082f6cc 100644 --- a/ucs2-afb/ucs_binding.h +++ b/ucs2-afb/ucs_binding.h @@ -18,6 +18,9 @@ #ifndef UCS2BINDING_H #define UCS2BINDING_H +// Use Version of AGL Application Framework API +#define AFB_BINDING_VERSION 2 + #ifndef PUBLIC #define PUBLIC #endif @@ -25,7 +28,6 @@ #include #include -#include #include "ucs_interface.h" @@ -41,7 +43,7 @@ extern const struct afb_binding_interface *afbIface; extern struct afb_service afbSrv; // API verbs prototype -PUBLIC void ucs2Init (struct afb_req request); +PUBLIC void ucs2Configure (struct afb_req request); PUBLIC void ucs2SetVol (struct afb_req request); -- cgit 1.2.3-korg