Gcc complained that e82545_tx_thread has a return type declared but
doesn't return anything. Annotate the procedure with _Noreturn.
An alternate approach might have been to add shutdown logic for this
pthread. I looked around some and didn't notice any shutdown hooks.