From 19ade0d230bafa48047296cd53362afa0e81cc3c Mon Sep 17 00:00:00 2001 From: Daniel Jobson Date: Fri, 23 Aug 2024 13:55:43 +0200 Subject: [PATCH] wait for input --- hw/application_fpga/fw/tk1/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/application_fpga/fw/tk1/main.c b/hw/application_fpga/fw/tk1/main.c index c3f6ba4..befc7f0 100644 --- a/hw/application_fpga/fw/tk1/main.c +++ b/hw/application_fpga/fw/tk1/main.c @@ -447,9 +447,9 @@ int main(void) scramble_ram(); + readbyte(); spi_test(); - write("\n", sizeof("\n")); for (;;) { switch (state) { case FW_STATE_INITIAL: