1
0
Fork 0
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:
blckmn 2022-10-21 10:29:47 +11:00
parent 3396013b53
commit b89aea975a

View file

@ -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; }