From 3e83198cf8334e62ac819bbecf847f99ba7307e7 Mon Sep 17 00:00:00 2001 From: Henocks Date: Mon, 7 Nov 2016 21:44:13 +0900 Subject: [PATCH] Update serial_scanner.py --- serial_scanner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serial_scanner.py b/serial_scanner.py index 21fa023e0fb..6e8b7d1f4ad 100644 --- a/serial_scanner.py +++ b/serial_scanner.py @@ -45,5 +45,5 @@ def ListAvailablePorts(): # EXAMPLE OF HOW IT WORKS -#if an Arduino is connected to the computer, the port will be show in the terminal -#print ListAvailablePorts() \ No newline at end of file +# if an Arduino is connected to the computer, the port will be show in the terminal +# print ListAvailablePorts()