summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Jahnke <tobias.jahnke@microchip.com>2018-11-28 11:22:39 +0100
committerTobias Jahnke <tobias.jahnke@microchip.com>2018-12-18 13:01:13 +0100
commit6b432e3928a4696309420742fc4e60f5496f2fd8 (patch)
tree11549807740df3ad331d7ae6ad37bdb2222b773b
parent2e2b53de2ef3a7c8fa12ce6f2622998c7e071719 (diff)
hal-unicens: minor cleanup of plugin code
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
-rw-r--r--plugin/most_unicens.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/most_unicens.c b/plugin/most_unicens.c
index 6a7b76e..a0d040b 100644
--- a/plugin/most_unicens.c
+++ b/plugin/most_unicens.c
@@ -33,9 +33,9 @@
#include "wrap_volume.h"
#define PCM_MAX_CHANNELS 6
-#define HAL_MY_PLUGIN_NAME "hal-unicens"
+#define UCS_PLUGIN_NAME "hal-unicens"
-CTLP_CAPI_REGISTER(HAL_MY_PLUGIN_NAME)
+CTLP_CAPI_REGISTER(UCS_PLUGIN_NAME)
AFB_ApiT unicensHalApiHandle;
static uint8_t initialized = 0;