Changeset 8548 for trunk/Ohana/src/opihi/pantasks/controller_host.c
- Timestamp:
- Aug 23, 2006, 5:31:41 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/controller_host.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/controller_host.c
r8184 r8548 20 20 sprintf (command, "host %s %s", argv[1], argv[2]); 21 21 InitIOBuffer (&buffer, 0x100); 22 23 SerialThreadLock (); 22 24 status = ControllerCommand (command, CONTROLLER_PROMPT, &buffer); 25 SerialThreadUnlock (); 26 23 27 if (status) gwrite (buffer.buffer, 1, buffer.Nbuffer, GP_LOG); 28 24 29 FreeIOBuffer (&buffer); 25 30 return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
