From 34d8b0eec3714a34fa466abbfd2c8fff374784f2 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Fri, 16 Feb 2024 09:17:50 -0600 Subject: [PATCH] Update simts590.c --- simulators/simts590.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulators/simts590.c b/simulators/simts590.c index 4f6f350a1..ee2db59b6 100644 --- a/simulators/simts590.c +++ b/simulators/simts590.c @@ -115,7 +115,7 @@ int main(int argc, char *argv[]) { printf("%s\n", buf); hl_usleep(mysleep * 1000); - pbuf = "RM5100000;"; + pbuf = "RM50005;"; WRITE(fd, pbuf, strlen(pbuf)); }