mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
6 lines
132 B
C
6 lines
132 B
C
|
|
#pragma once
|
|
|
|
#include "stm32f7xx.h"
|
|
|
|
void TIM_SelectOCxM_NoDisable(TIM_TypeDef* TIMx, uint16_t TIM_Channel, uint16_t TIM_OCMode);
|