diff options
author | Tobias Jahnke <tjahnk@users.noreply.github.com> | 2017-08-17 08:20:58 +0200 |
---|---|---|
committer | Tobias Jahnke <tjahnk@users.noreply.github.com> | 2017-08-17 08:20:58 +0200 |
commit | 8d6b081e847a2098b183683edb3fa097890790f5 (patch) | |
tree | 4c2d47f530cb81bfed4561950729d5b047366de2 /ucs2-interface | |
parent | 6b17f2065e447c10731dc252ca5600a267971643 (diff) |
test initial push
Diffstat (limited to 'ucs2-interface')
-rw-r--r-- | ucs2-interface/ucs_vol_interf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ucs2-interface/ucs_vol_interf.c b/ucs2-interface/ucs_vol_interf.c index ecd09de..5d65d4a 100644 --- a/ucs2-interface/ucs_vol_interf.c +++ b/ucs2-interface/ucs_vol_interf.c @@ -24,8 +24,6 @@ #include "ucs_interface.h" #include "libmostvolume.h" - - static UCSI_channelsT ucsiChannels[] = { {.name= "FRONT_LEFT" , .numid= (int)LIB_MOST_VOLUME_CH_FRONT_LEFT}, {.name= "FRONT_RIGHT", .numid= (int)LIB_MOST_VOLUME_CH_FRONT_RIGHT}, |