Skip to content

Commit

Permalink
Merge Daphile_disable_lms_side_downsampling into Release
Browse files Browse the repository at this point in the history
  • Loading branch information
marco committed Oct 6, 2015
2 parents 0cd5d95 + d3f0de8 commit 02ac281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slimproto.c
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,8 @@ void slimproto(log_level level, char *server, u8_t mac[6], const char *name, con
unsigned failed_connect = 0;
unsigned slimproto_port = 0;
int i;

unsigned ref[] TEST_RATES;

wake_create(wake_e);

loglevel = level;
Expand Down Expand Up @@ -829,7 +830,6 @@ void slimproto(log_level level, char *server, u8_t mac[6], const char *name, con
if (!running) return;

LOCK_O;
unsigned ref[] TEST_RATES;
snprintf(fixed_cap, FIXED_CAP_LEN, ",ModelName=%s,MaxSampleRate=%u", modelname ? modelname : MODEL_NAME_STRING,
lms_downsample ? output.supported_rates[0] : ref[0]);

Expand Down

0 comments on commit 02ac281

Please sign in to comment.