summaryrefslogtreecommitdiff
path: root/chip/g/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/uart.c')
-rw-r--r--chip/g/uart.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/chip/g/uart.c b/chip/g/uart.c
index 24081fbaeb..89d3fa1114 100644
--- a/chip/g/uart.c
+++ b/chip/g/uart.c
@@ -70,15 +70,6 @@ int uart_read_char(void)
}
#if USE_UART_INTERRUPTS
-void uart_disable_interrupt(void)
-{
- uartn_disable_interrupt(UARTN);
-}
-
-void uart_enable_interrupt(void)
-{
- uartn_enable_interrupt(UARTN);
-}
/**
* Interrupt handlers for UART0