summaryrefslogtreecommitdiffstats
path: root/mcc_generated_files/uart1.c
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-05-04 01:39:50 +0200
committerNao Pross <naopross@thearcway.org>2018-05-04 01:39:50 +0200
commit51a827c0c9f45683228177b8ac7ffe140613e982 (patch)
treeb419b626b076e007240a1abe16900a7ecb310fe3 /mcc_generated_files/uart1.c
parentUpdate pin class to support input and output mode (diff)
downloadSAMLiquidSmoke-51a827c0c9f45683228177b8ac7ffe140613e982.tar.gz
SAMLiquidSmoke-51a827c0c9f45683228177b8ac7ffe140613e982.zip
Fix indent, replace tabs with spaces
Diffstat (limited to 'mcc_generated_files/uart1.c')
-rw-r--r--mcc_generated_files/uart1.c6
1 files changed, 3 insertions, 3 deletions
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