From 7dc34d2cabf5e9f77b6a9d035b01a75a6f593044 Mon Sep 17 00:00:00 2001 From: Sam Price Date: Thu, 7 Sep 2023 12:49:16 -0400 Subject: rtems-tools: stty rename / spelling bug. This patch fixes a spelling/rename mistake in rtems-tools. --- tester/rt/stty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tester') diff --git a/tester/rt/stty.py b/tester/rt/stty.py index 130318d..fca026a 100644 --- a/tester/rt/stty.py +++ b/tester/rt/stty.py @@ -558,7 +558,7 @@ class tty(object): self._update() def read(self): - return self.fs.read() + return self.fd.read() if __name__ == "__main__": if len(sys.argv) == 2: -- cgit v1.2.3