From 4a2da38df20f363b625a6b2b3cb644d8fd18a824 Mon Sep 17 00:00:00 2001 From: midelic Date: Sat, 24 Sep 2016 03:58:18 +0300 Subject: [PATCH] cleaning --- Multiprotocol/Multiprotocol_STM32.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Multiprotocol/Multiprotocol_STM32.h b/Multiprotocol/Multiprotocol_STM32.h index a382349..f33a3f0 100644 --- a/Multiprotocol/Multiprotocol_STM32.h +++ b/Multiprotocol/Multiprotocol_STM32.h @@ -159,9 +159,9 @@ struct PPM_Parameters #define UDR0 USART2_BASE->DR #define TIFR1 TIMER2_BASE->SR #define OCF1A_bm TIMER_SR_CC1IF -#define UCSR0B USART2_BASE->CR1 -#define RXCIE0 USART_CR1_RXNEIE_BIT -#define TXCIE0 USART_CR1_TXEIE_BIT +//#define UCSR0B USART2_BASE->CR1 +//#define RXCIE0 USART_CR1_RXNEIE_BIT +//#define TXCIE0 USART_CR1_TXEIE_BIT //#define TIFR1 TIMER2_BASE->SR //******************** #define BIND_pin PA0