Commit 96acc90
authored
Fix iOS build error in waterrowerusb: virtualbike_ios() returns void (#4833)
Chaining ->setCadence()/->setHeartRate() off virtualbike_ios() failed
to compile since the method returns void. Use virtualbike_setCadence()
and virtualbike_setHeartRate() instead, matching other rower devices.1 parent 3c77f3c commit 96acc90
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
308 | | - | |
| 307 | + | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| |||
0 commit comments