diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-04-30 14:29:21 +0200 |
---|---|---|
committer | Walt Miner <walt@linux.com> | 2018-06-08 11:54:48 +0000 |
commit | 9e54da1917fc3958d49fa4d7c15c44643c84b75e (patch) | |
tree | b63f9348273d458aa677eea024af3094ad5cf905 /ucs2-afb | |
parent | 3285a51b4d6b6d5e8aeba1f3dda76806f931a6b9 (diff) |
agl-service-unicens: update submodules, app-templates
Change-Id: Iefa1de14c6d744c40ba6f295276ba3b83df96395
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
(cherry picked from commit fe3f7fe258ad72e430806266a26da40e2b9a1311)
Diffstat (limited to 'ucs2-afb')
-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. |