From: travisutk Date: Sun, 13 Feb 2011 00:51:32 +0000 (+0000) Subject: Formatting of Nordic client. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=b6ce36c42950f0fbc2c2a4d6c65109108121356d;hp=7c5395b53002982ccb04c8dd7556484c0dc84b56 Formatting of Nordic client. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@922 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/client/goodfet.nrf b/client/goodfet.nrf index 1e2a416..123d865 100755 --- a/client/goodfet.nrf +++ b/client/goodfet.nrf @@ -150,8 +150,9 @@ if(sys.argv[1]=="test"): 2*10**6]: client.RF_setrate(foo); if(client.RF_getrate()!=foo): - print "ERROR Rate %i not supported. Got %i instead." % (foo, - client.RF_getrate()); + print "ERROR Rate %i not supported. Got %i instead." % ( + foo, + client.RF_getrate()); print "\n\n"; client.poke(0x0A,0xDEADBEEF,5);