diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-04-16 21:09:01 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-04-16 21:09:01 +0000 |
commit | ae2bada6379b2d56825f0d8cc48dbd9a1890a1bd (patch) | |
tree | 85faa808e1933d20266a9d1a00f7c3222f2f4834 /tools/hciattach_st.c | |
parent | b853badf9af0a9ea4acf13559137c0b958e86e05 (diff) |
Update STLC2500 init routine
Diffstat (limited to 'tools/hciattach_st.c')
-rw-r--r-- | tools/hciattach_st.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/hciattach_st.c b/tools/hciattach_st.c index db73cfb5..744ae838 100644 --- a/tools/hciattach_st.c +++ b/tools/hciattach_st.c @@ -27,3 +27,8 @@ #include <stdio.h> #include <errno.h> + +int stlc2500_init(int fd) +{ + return 0; +} |