This repository was archived by the owner on Mar 7, 2026. It is now read-only.
Commit 3195335
committed
cmsis_dap: fix final byte for split transactions
When a transaction is split (due to having the final TMS bit high), the
value that is returned needs to be ORed into the final byte, rather than
simply overwriting it. This enables the full upper byte to be reported to
the caller.
Signed-off-by: Sean Cross <sean@xobs.io>1 parent d5ef5eb commit 3195335
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
0 commit comments