From fe247dca9d29306b66c34d7ac3656c71b1c61a36 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Sun, 31 Jan 2010 14:16:15 +0100 Subject: Splitup some commands Signed-off-by: Michael Buesch --- toprammer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toprammer') diff --git a/toprammer b/toprammer index 6cbc9f9..e917b05 100755 --- a/toprammer +++ b/toprammer @@ -307,7 +307,7 @@ class TOP: def blockCommands(self): """Each succeeding command will be queued in software instead of writing it to the device. The queue will be flushed and sent to - the device on unblocking.""" + the device on a call to unblockCommands() or receive().""" assert(not self.commandsBlocked) self.commandsBlocked = True -- cgit v1.2.3