diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-11-28 11:22:39 +0100 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-12-18 13:01:13 +0100 |
commit | 6b432e3928a4696309420742fc4e60f5496f2fd8 (patch) | |
tree | 11549807740df3ad331d7ae6ad37bdb2222b773b /plugin | |
parent | 2e2b53de2ef3a7c8fa12ce6f2622998c7e071719 (diff) |
hal-unicens: minor cleanup of plugin code
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/most_unicens.c | 4 |
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; |