[gnoduino] uploader: fix usbinty typo
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnoduino] uploader: fix usbinty typo
- Date: Thu, 23 May 2013 23:14:42 +0000 (UTC)
commit 66d881cccccd36b4b7cd00a565304dab2e5c4283
Author: Pascal de Bruijn <pmjdebruijn pcode nl>
Date: Thu May 23 22:43:46 2013 +0200
uploader: fix usbinty typo
src/uploader.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/uploader.py b/src/uploader.py
index f0d1a73..581d834 100644
--- a/src/uploader.py
+++ b/src/uploader.py
@@ -160,7 +160,7 @@ def upload(obj, serial, output, notify):
except: pass
except: pass
else:
- if protocol != "usbtinty": #usbtiny works via spi, need to do some device parsing here
+ if protocol != "usbtiny": #usbtiny works via spi, need to do some device parsing here
port = serial.getConfigSerialPort(notify, output)
if port == -1:
notify.pop(context)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]