Just found another problem:

Am Mittwoch, 29. Juni 2016 18:47:38 UTC+2 schrieb TJF:
>
> (sequence Data is my array of data store define as is :
>
>> unsigned int sequenceData[NUMBER_DATA];
>>
>
>
Don't dim an array, use a pointer instead

unsigned int *sequenceData;
>

 And here're the missing semicolons from my last post:
;;

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/f783f3d2-9ae7-4b32-adc1-085abebfa4db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to