# HG changeset patch # User Mychaela Falconia # Date 1584128477 0 # Node ID 3aecf9bc1bf323513806a5ec03e227e6deb6a441 # Parent bc5ddad215f230a0c5cb492d9ae6553371a9a86b fluid-mnf/machine.c: bogus reset code removed diff -r bc5ddad215f2 -r 3aecf9bc1bf3 fluid-mnf/machine.c --- a/fluid-mnf/machine.c Fri Mar 13 19:22:48 2020 +0000 +++ b/fluid-mnf/machine.c Fri Mar 13 19:41:17 2020 +0000 @@ -169,6 +169,13 @@ { int error; + /* + * MNF change: the following reset-by-pin-wiggling code has been + * removed because it was already broken in TI's original version: + * because it runs before the serial port is opened, it cannot + * possibly ever work. + */ +#if 0 // If user has specifically asked fluid just to reset the target, we do // that and only that! This way, we can use fluid just to reset the // target without doing anything else! @@ -179,6 +186,7 @@ target_reset(1); flowf(VERBOSE, "ok\n"); } +#endif file_read_devices("devices.txt");