#if defined(ENABLE_PDI_PROTOCOL) || defined(__DOXYGEN__)\r
\r
/** Flag to indicate if the USART is currently in Tx or Rx mode. */\r
-volatile bool IsSending;\r
+volatile bool IsSending;\r
\r
#if !defined(PDI_VIA_HARDWARE_USART)\r
/** Software USART raw frame bits for transmission/reception. */\r
-volatile uint16_t SoftUSART_Data;\r
+volatile uint16_t SoftUSART_Data;\r
\r
/** Bits remaining to be sent or received via the software USART - set as a GPIOR for speed. */\r
-#define SoftUSART_BitCount GPIOR2\r
+#define SoftUSART_BitCount GPIOR2\r
+\r
\r
/** ISR to manage the software USART when bit-banged USART mode is selected. */\r
ISR(TIMER1_COMPA_vect, ISR_BLOCK)\r