mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Fix compilation when not using USE_DSHOT_BITBANG
This commit is contained in:
parent
f179c6435b
commit
c8b31f0dd0
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ const resourceOwner_t *timerGetOwner(const timerHardware_t *timer)
|
|||
#if defined(USE_DSHOT_BITBANG)
|
||||
return dshotBitbangTimerGetOwner(timer);
|
||||
#else
|
||||
return timerOwner;
|
||||
return &freeOwner;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue