Commit b6622135 authored by Karol Adrianek's avatar Karol Adrianek

libwr2rf/board: restored bit shift for raw value of debug signal

parent bd766635
......@@ -1353,7 +1353,7 @@ libwr2rf_configure_lemo_debug(struct libwr2rf_dev *dev, unsigned lemo, unsigned
return LIBWR2RF_ERROR_BAD_ID;
}
libwr2rf_write16(dev, baddr + addr, dbg);
libwr2rf_write16(dev, baddr + addr, (1 << dbg));
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment