Roverok / libnfc

Automatically exported from code.google.com/p/libnfc
GNU Lesser General Public License v3.0
0 stars 0 forks source link

uart.c:195: warning: no previous prototype for ‘uart_cts’ #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
uart_cts() is not declared in uart.h
Patch included.

Maybe the real solution is to remove uart_cts() since the function is
defined but never used.

Original issue reported on code.google.com by ludovic....@gmail.com on 17 Apr 2010 at 9:27

Attachments:

GoogleCodeExporter commented 9 years ago
You're right uart_cts() is never used.
Fixed in r393.

Original comment by romu...@libnfc.org on 20 Apr 2010 at 8:49