From e130777b2491aed4de9f32f055b1e6d3ab4f978b Mon Sep 17 00:00:00 2001 From: feelfree69 Date: Mon, 13 Apr 2026 14:55:50 +0200 Subject: [PATCH] serial console cosmetic change --- rtlplayground.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtlplayground.c b/rtlplayground.c index f0cf525..2da920e 100644 --- a/rtlplayground.c +++ b/rtlplayground.c @@ -1974,7 +1974,7 @@ void check_and_flash_update_image(void) __xdata uint16_t i = 0; __xdata uint16_t j = 0; __xdata uint8_t * __xdata bptr; - print_string("found update image! Checking integrity"); + print_string("found update image!\nChecking integrity"); flash_init(0); // Re-initialize flash for non-DIO operation, otherwise flashing will fail set_sys_led_state(SYS_LED_FAST); crc_value = 0x0000;