From 51a827c0c9f45683228177b8ac7ffe140613e982 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Fri, 4 May 2018 01:39:50 +0200 Subject: Fix indent, replace tabs with spaces --- mcc_generated_files/uart1.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mcc_generated_files/uart1.c') diff --git a/mcc_generated_files/uart1.c b/mcc_generated_files/uart1.c index bf35ee3..3c31d6d 100644 --- a/mcc_generated_files/uart1.c +++ b/mcc_generated_files/uart1.c @@ -18,7 +18,7 @@ Driver Version : 0.5 The generated drivers are tested against the following: Compiler : XC32 1.42 - MPLAB : MPLAB X 3.55 + MPLAB : MPLAB X 3.55 */ /* @@ -287,7 +287,7 @@ void UART1_Write(const uint8_t byte) } IEC1bits.U1TXIE = true ; - + } @@ -395,4 +395,4 @@ UART1_STATUS UART1_StatusGet (void) #ifdef __cplusplus } -#endif \ No newline at end of file +#endif -- cgit v1.2.1