aboutsummaryrefslogtreecommitdiff
path: root/projects/cli-test/cli-test.c
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2018-07-24 22:55:19 -0400
committerPaul Selkirk <paul@psgd.org>2018-07-25 01:08:20 -0400
commitf424af5cfc62bf4e0902831591a303b02e31a1ca (patch)
treeaa338109bde6a82abde6abe30769cb62e04745bf /projects/cli-test/cli-test.c
parent49939b9954926ccb4b31238ab186693c28fab5c5 (diff)
parent7e6a9f76d8a72dead4763fbb726cfd60fece7b03 (diff)
Merge branch 'hashsig'
Diffstat (limited to 'projects/cli-test/cli-test.c')
-rw-r--r--projects/cli-test/cli-test.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/cli-test/cli-test.c b/projects/cli-test/cli-test.c
index 82946fa..c0fe57e 100644
--- a/projects/cli-test/cli-test.c
+++ b/projects/cli-test/cli-test.c
@@ -88,3 +88,9 @@ void *hal_allocate_static_memory(const size_t size)
{
return NULL;
}
+
+int hal_free_static_memory(const void * const ptr)
+{
+ return 0;
+}
+