diff options
Diffstat (limited to 'tools/hciattach.c')
-rw-r--r-- | tools/hciattach.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hciattach.c b/tools/hciattach.c index 885f202d..08b28f45 100644 --- a/tools/hciattach.c +++ b/tools/hciattach.c @@ -821,7 +821,7 @@ static int st(int fd, struct uart_t *u, struct termios *ti) return 0; } -extern stlc2500_init(int fd); +extern int stlc2500_init(int fd); static int stlc2500(int fd, struct uart_t *u, struct termios *ti) { |