Fix DSM debug statement. From @firwar

This commit is contained in:
Lorenz Meier 2016-12-25 21:55:23 +01:00
parent 0b6e0c020e
commit 72eafe7e72
1 changed files with 1 additions and 1 deletions

View File

@ -696,7 +696,7 @@ dsm_parse(uint64_t now, uint8_t *frame, unsigned len, uint16_t *values,
#ifdef DSM_DEBUG
for (unsigned i = 0; i < dsm_chan_count; i++) {
printf("dsm_decode: %u: %u\n", i, values[0]);
printf("dsm_decode: %u: %u\n", i, values[i]);
}
#endif