1
0
mirror of git://sigrok.org/libserialport synced 2023-08-10 21:13:24 +03:00

Rename header to libserialport.h.

This commit is contained in:
Martin Ling
2013-11-04 12:53:12 +00:00
committed by Uwe Hermann
parent d9573bad9a
commit f6a1fb65ea
3 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@
#include "linux/serial.h"
#endif
#include "serialport.h"
#include "libserialport.h"
int sp_get_port_by_name(const char *portname, struct sp_port **port_ptr)
{