drivers/jlink: fix (again) calculate_swo_prescaler formula
authorAntonio Borneo <borneo.antonio@gmail.com>
Thu, 1 Oct 2020 12:19:16 +0000 (14:19 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 3 Oct 2020 10:23:22 +0000 (11:23 +0100)
commit9a877a83a1c8b1f105cdc0de46c5cbc4d9e8799e
tree982b0a7d830873c730aa8950b083558c53472fd4
parent87d2651edc595bd40a1cf65a7666bbc8247397f9
drivers/jlink: fix (again) calculate_swo_prescaler formula

The prescaler computation should round at the nearest integer
value, not to the next integer value.

Change-Id: I957e0774421211f3c4ba4b312738b1c67b87c4a2
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Fixes: 051e80812b1b ("drivers/jlink: fix calculate_swo_prescaler formula")
Reviewed-on: http://openocd.zylin.com/5846
Tested-by: jenkins
Reviewed-by: Adrian M Negreanu <adrian.negreanu@nxp.com>
src/jtag/drivers/jlink.c