summaryrefslogtreecommitdiff
path: root/chip/g/uartn.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/uartn.h')
-rw-r--r--chip/g/uartn.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chip/g/uartn.h b/chip/g/uartn.h
index bfb7772518..e0d0c140b3 100644
--- a/chip/g/uartn.h
+++ b/chip/g/uartn.h
@@ -82,12 +82,6 @@ void uartn_tx_stop(int uart);
*/
int uart_tx_is_connected(int uart);
-/* Connect TX pin for the UART */
-void uartn_tx_connect(int uart);
-
-/* Disconnect TX pin for the UART */
-void uartn_tx_disconnect(int uart);
-
/**
* Return non-zero if TX and RX are enabled for the UART.
*