View Single Post
  #3   Spotlight this post!  
Unread 12-02-2006, 01:05
Adrien's Avatar
Adrien Adrien is offline
Registered User
FRC #1414 (IHOT)
Team Role: Leadership
 
Join Date: Jan 2005
Rookie Year: 2004
Location: Atlanta, GA
Posts: 13
Adrien is an unknown quantity at this point
Send a message via MSN to Adrien
Re: Problem with idata_user_routines.o?

Wow. Thanks Mark! You pinned it right on the tail!

Code:
char speed_table[256];
So that's the problem? What's the maximum array size I can use? I could probably settle for 127, or 100 elements. Would that work?

I'll try it out.

Thanks.