Commit b5b33e7
committed
tests: bluetooth: iso: Fix use of undefined variable err
There was used an err variable to store return from
bt_le_ext_adv_set_data(). That variable was not declared.
The commit fixes compilation error.
Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>1 parent 5cea0c5 commit b5b33e7
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments