1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 23:05:19 +03:00

Cleaned up filenames to better reflect purpose

Fixed build issue following rebase
This commit is contained in:
blckmn 2016-10-14 04:40:01 +11:00
parent 4e529642d1
commit 712985a7aa
6 changed files with 7 additions and 7 deletions

View file

@ -31,6 +31,7 @@ const timerDef_t timerDefinitions[HARDWARE_TIMER_DEFINITION_COUNT] = {
uint8_t timerClockDivisor(TIM_TypeDef *tim)
{
UNUSED(tim);
return 1;
}