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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/uart.c b/chip/g/uart.c
index 6b33deecfa..e78dfed7f8 100644
--- a/chip/g/uart.c
+++ b/chip/g/uart.c
@@ -33,7 +33,7 @@ void uart_tx_start(void)
* UART where the FIFO only triggers the interrupt when its
* threshold is _crossed_, not just met.
*/
- /* TODO(crosbug.com/p/33432): Do we need this hack here? Find out. */
+ /* TODO(crosbug.com/p/33819): Do we need this hack here? Find out. */
REG_WRITE_MASK(G_UART_ICTRL(0), 0x01, 0x01, 0);
task_trigger_irq(G_IRQNUM_UART0_TXINT);
}