From: johanknol Date: Sun, 18 Feb 2001 17:48:50 +0000 (+0000) Subject: yes, let's find the beast X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=01a8f788b4e0fc472105f47bb7b42976f80c04b1;p=fw%2Fsdcc yes, let's find the beast git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@636 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/device/examples/ds390/ow390/owsesu.c b/device/examples/ds390/ow390/owsesu.c index b26eec43..508c3cd3 100755 --- a/device/examples/ds390/ow390/owsesu.c +++ b/device/examples/ds390/ow390/owsesu.c @@ -64,7 +64,7 @@ int owAcquire(int portnum, char *port_zstr, char *return_msg) " aborting.\nClosing port %s.\n",port_zstr,port_zstr); return FALSE; } - printf (return_msg); // TODO: tini hack + //printf (return_msg); // TODO: tini bug // detect DS2480 if (DS2480Detect(portnum))