aboutsummaryrefslogtreecommitdiffstats
path: root/src/hc32f460/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hc32f460/serial.c')
-rw-r--r--src/hc32f460/serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hc32f460/serial.c b/src/hc32f460/serial.c
index 7cf4b6dd..4e780903 100644
--- a/src/hc32f460/serial.c
+++ b/src/hc32f460/serial.c
@@ -130,7 +130,7 @@ serialRx(void)
{
uint16_t data = USART_RecData(USARTx);
- // call to klipper generic/serial_irq function
+ // call to kutter generic/serial_irq function
serial_rx_byte(data);
}
DECL_ARMCM_IRQ(serialRx, Int000_IRQn);