From: pwpiwi Date: Mon, 27 Jan 2020 18:28:34 +0000 (-0500) Subject: uart_posix.c rework X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/d2ca5dbfe8def88a3d03493524854a79a2b462a1?hp=d2ca5dbfe8def88a3d03493524854a79a2b462a1 uart_posix.c rework * added some LED handling in appmain.c (helped with debugging) * finally replaced the infamous device unlink by msleep(1000) * fixed some format strings in comms.c (with -DCOMMS_DEBUG) * made uart_receive() and uart_send() behave as described in header * some formating ---