From: Nathael Pajani Date: Mon, 16 Sep 2024 17:56:10 +0000 (+0200) Subject: Update First character sent for config frame X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=732c1b01d763a8861d9f7c0234695829ae1489ca;p=soft%2Flpc122x%2Fscialys Update First character sent for config frame --- diff --git a/v10/main.c b/v10/main.c index eb66dac..6f60cbb 100644 --- a/v10/main.c +++ b/v10/main.c @@ -664,7 +664,7 @@ int main(void) } if (usb_send_config == 1) { char* conf = (char*)&sc_conf; - serial_write(UART0, "C", 1); + serial_write(UART0, "@", 1); serial_write(UART0, conf, sizeof(struct scialys_config)); usb_send_config = 0; }