Skip to content
Snippets Groups Projects
Commit 72eafe7e authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Fix DSM debug statement. From @firwar

parent 0b6e0c02
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment