mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Removing unused timerHardware
This commit is contained in:
parent
3396013b53
commit
b89aea975a
1 changed files with 0 additions and 2 deletions
|
@ -396,8 +396,6 @@ bool sensors(uint32_t mask)
|
|||
return false;
|
||||
};
|
||||
|
||||
const timerHardware_t timerHardware[USABLE_TIMER_CHANNEL_COUNT] = {};
|
||||
|
||||
bool isArmingDisabled(void) { return false; }
|
||||
|
||||
uint8_t getRssiPercent(void) { return 0; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue