add the Illudium Q-36 Explosive FSK Modulator

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@238 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale 2007-06-08 23:43:32 +00:00
parent 77c4ec357d
commit a40eb444f3
1 changed files with 0 additions and 4 deletions

View File

@ -9,10 +9,6 @@ zap_status_t my_write_sample(int16_t *buf, zap_size_t buflen, void *user_data)
int x ;
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);
}