Commit ded967b
samples: bluetooth: Fix errata 117 check
There is a typo in the nrf5340 errata 117 logic, where it checked
for a nRF52-series device instead of a nRF53-series device.
This caused a hard-fault if the function ran successfully
on a nRF52-series device.
Fix is to use the same implementation as done in sample
../peripheral/radio_test
File and function:
radio_test.c::errata_117()
Signed-off-by: Håkon Alseth <[email protected]>1 parent 5182bf1 commit ded967b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1592 | 1592 | | |
1593 | 1593 | | |
1594 | 1594 | | |
1595 | | - | |
| 1595 | + | |
1596 | 1596 | | |
1597 | 1597 | | |
1598 | 1598 | | |
| |||
0 commit comments