提交 a40eb444 authored 作者: Anthony Minessale's avatar Anthony Minessale

add the Illudium Q-36 Explosive FSK Modulator

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@238 a93c3328-9c30-0410-af19-c9cd2b2d52af
上级 77c4ec35
...@@ -9,10 +9,6 @@ zap_status_t my_write_sample(int16_t *buf, zap_size_t buflen, void *user_data) ...@@ -9,10 +9,6 @@ zap_status_t my_write_sample(int16_t *buf, zap_size_t buflen, void *user_data)
int x ; int x ;
struct helper *foo = (struct helper *) user_data; struct helper *foo = (struct helper *) user_data;
for (x = 0; x < buflen; x++) {
printf("%x ", buf[x]);
}
printf("\n");
write(foo->fd, buf, buflen * 2); write(foo->fd, buf, buflen * 2);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论