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 10:24:00 +0100 |
commit | 55c00835532f7539d4e92378a5e71bf8903d6838 (patch) | |
tree | 997feeba2a21a862b6bb63636a3f7d00e0257f3b | |
parent | 7f0eb3a23edc13b6a1b4ba4d60ba105a81cc4f76 (diff) |
hal-unicens: minor cleanup of plugin code
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
-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; |