summaryrefslogtreecommitdiff
path: root/scripts/py/templates
diff options
context:
space:
mode:
authorKshitij Sisodia <kshitij.sisodia@arm.com>2021-05-19 10:30:06 +0100
committerKshitij Sisodia <kshitij.sisodia@arm.com>2021-05-19 10:47:59 +0100
commit659fcd951ac18d1ee7737a6ddf6a3ec162c73ca5 (patch)
tree091232857b7ce8a52a7656424db4e4536b45cc7b /scripts/py/templates
parenta3d87702b743e4e2d2ef08f0210445b01a86c87c (diff)
downloadml-embedded-evaluation-kit-659fcd951ac18d1ee7737a6ddf6a3ec162c73ca5.tar.gz
MLECO-1933, MLECO-1914, MLECO-1885: Update to 21.05-rc2 components
Core driver and sofware dependencies updated to latest release candidate revisions. Note: TensorFlow Lite Micro has not been updated. Also, gcc warnings for simple_platform target and ad use case have been fixed. Change-Id: I455b421f34375a719a941e6e220fe292a57613f5
Diffstat (limited to 'scripts/py/templates')
-rw-r--r--scripts/py/templates/AudioClips.hpp.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/py/templates/AudioClips.hpp.template b/scripts/py/templates/AudioClips.hpp.template
index eb0beda..2bcf45c 100644
--- a/scripts/py/templates/AudioClips.hpp.template
+++ b/scripts/py/templates/AudioClips.hpp.template
@@ -23,6 +23,7 @@
#include <stddef.h>
#define NUMBER_OF_FILES ({{clips_count}}U)
+
{% for var_name, size in varname_size %}
extern const int16_t {{var_name}}[{{size}}];
{% endfor %}