Fixed DSP code output

This commit is contained in:
Jaroslav Kysela 2003-05-15 06:45:17 +00:00
parent f213f1b07b
commit 6586fe5636

View file

@ -214,7 +214,7 @@ int main( int argc, char *argv[] )
/* write binary code */
for (i = 0; i < ip; i++) {
for (i = 0; i < ip * 2; i++) {
val = __cpu_to_le32(dsp_code[i]);
fwrite(&val,sizeof(u32),1,fp);
//for (j = 3; j >= 0; j--)