From ffc06871281830ac0b2ec9fe6a2cb5403bf72503 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 11 Jun 2014 15:40:04 -0400 Subject: build: Minor - fix comments referring to old tools/ directory. Signed-off-by: Kevin O'Connor --- scripts/readserial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/readserial.py') diff --git a/scripts/readserial.py b/scripts/readserial.py index 4f29648..3333e84 100755 --- a/scripts/readserial.py +++ b/scripts/readserial.py @@ -6,7 +6,7 @@ # This file may be distributed under the terms of the GNU GPLv3 license. # Usage: -# tools/readserial.py /dev/ttyUSB0 115200 +# scripts/readserial.py /dev/ttyUSB0 115200 import sys import time -- cgit v1.1