atbetaflight/src/main/drivers/timer_stm32f10x.h

7 lines
132 B
C

#pragma once
#include "stm32f10x.h"
void TIM_SelectOCxM_NoDisable(TIM_TypeDef* TIMx, uint16_t TIM_Channel, uint16_t TIM_OCMode);