diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-04-30 14:29:21 +0200 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-04-30 14:29:21 +0200 |
commit | fe3f7fe258ad72e430806266a26da40e2b9a1311 (patch) | |
tree | 0f08a032aa591996d3e8e3289d42aee34e54f7ae /ucs2-afb/ucs_binding.c | |
parent | 24552c17d18bb703abe256f837c41cf694649f7e (diff) |
agl-service-unicens: update submodules, app-templates
Change-Id: Iefa1de14c6d744c40ba6f295276ba3b83df96395
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'ucs2-afb/ucs_binding.c')
-rw-r--r-- | ucs2-afb/ucs_binding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucs2-afb/ucs_binding.c b/ucs2-afb/ucs_binding.c index 553ed36..49bedf4 100644 --- a/ucs2-afb/ucs_binding.c +++ b/ucs2-afb/ucs_binding.c @@ -44,7 +44,7 @@ #define MAX_FILENAME_LEN (100) #define RX_BUFFER (64) -#define XML_CONFIG_FOLDER "/data/" +#define XML_CONFIG_FOLDER "/var/" #define XML_CONFIG_FILE "config_multichannel_audio_kit.xml" /** Internal structure, enabling multiple instances of this component. |