commit a9df8875cf37d79127025fe6178f985b98da8cee
parent 0ff7d3466af87739db2c4f350062a204e3b1b3b7
Author: sin <sin@2f30.org>
Date: Thu, 12 Dec 2013 11:55:12 +0000
Rename loop() to txrxloop()
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rs.c b/rs.c
@@ -58,7 +58,7 @@ ttyrestore(void)
}
static int
-loop(void)
+txrxloop(void)
{
unsigned char buf[1];
ssize_t n = 0;
@@ -207,7 +207,7 @@ main(int argc, char *argv[])
sigaction(SIGQUIT, &sa, NULL);
ttyinit();
- loop();
+ txrxloop();
ttyrestore();
putchar('\n');
ftdi_usb_close(&ftdictx);