summaryrefslogtreecommitdiffstats
path: root/MOST_UNICENS/ucs2-vol/src/libmostvolume.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'MOST_UNICENS/ucs2-vol/src/libmostvolume.cpp')
-rw-r--r--MOST_UNICENS/ucs2-vol/src/libmostvolume.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/MOST_UNICENS/ucs2-vol/src/libmostvolume.cpp b/MOST_UNICENS/ucs2-vol/src/libmostvolume.cpp
index 5eea3fd..35f769f 100644
--- a/MOST_UNICENS/ucs2-vol/src/libmostvolume.cpp
+++ b/MOST_UNICENS/ucs2-vol/src/libmostvolume.cpp
@@ -23,6 +23,7 @@
#include "libmostvolume.h"
#include "setup.h"
+#include <afb/afb-binding.h>
/*#include <iostream>*/
static bool _running = false;
@@ -61,6 +62,7 @@ extern "C" uint8_t lib_most_volume_set(enum lib_most_volume_channel_t channel, u
{
uint8_t success = 1U;
/*std::cerr << "lib_most_volume_set(): channel=" << channel << ", volume=" << (int)volume << std::endl;*/
+ AFB_NOTICE("lib_most_volume_set");
if (_running)
{