From 8feea6fea7bf2aa77d7096480df4a668684288b0 Mon Sep 17 00:00:00 2001 From: Fred Kerr Date: Sat, 7 Dec 2024 10:58:26 -0800 Subject: [PATCH] simple change, testing ci-cd --- c/uartdbg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/uartdbg.c b/c/uartdbg.c index b69a223..ec7fd2d 100644 --- a/c/uartdbg.c +++ b/c/uartdbg.c @@ -39,7 +39,7 @@ int main(void) { while (1) { uart_print("Loop running\n"); _delay_ms(1000); // Delay to avoid spamming - uart_print("feature-branch test\n"); + uart_print("ci-cd test\n"); _delay_ms(1000); // Delay to avoid spamming }