summaryrefslogtreecommitdiff
path: root/examples/device/hid_multipleinterface/src/main.c
diff options
context:
space:
mode:
authorJerzy Kasenberg <[email protected]>2020-09-15 16:08:23 +0200
committerJerzy Kasenberg <[email protected]>2020-09-15 16:08:23 +0200
commit62a76c0e049998c6fda2f349503bee2fafd12bad (patch)
tree05fd21763da46c387e99ecb50b6ff6b4114f5b01 /examples/device/hid_multipleinterface/src/main.c
parent745c15d5b5b7fed5fd8e89cc95b76a56af673a60 (diff)
nrf52: Fix edpt_dma_start() wrong condition check
Operator < used in while condition was obviously incorrect. Loop starts with checking if unsigned variable is less then 0. This condition is always false. This reverses condition to follow intention of of the code.
Diffstat (limited to 'examples/device/hid_multipleinterface/src/main.c')
0 files changed, 0 insertions, 0 deletions