View Single Post
  #8   Spotlight this post!  
Unread 03-02-2005, 16:41
Dave Scheck's Avatar
Dave Scheck Dave Scheck is offline
Registered User
FRC #0111 (WildStang)
Team Role: Engineer
 
Join Date: Feb 2003
Rookie Year: 2002
Location: Arlington Heights, IL
Posts: 574
Dave Scheck has a reputation beyond reputeDave Scheck has a reputation beyond reputeDave Scheck has a reputation beyond reputeDave Scheck has a reputation beyond reputeDave Scheck has a reputation beyond reputeDave Scheck has a reputation beyond reputeDave Scheck has a reputation beyond reputeDave Scheck has a reputation beyond reputeDave Scheck has a reputation beyond reputeDave Scheck has a reputation beyond reputeDave Scheck has a reputation beyond repute
Re: strange warning when build program

Quote:
Originally Posted by PVC Pirates
I apologize if it is difficult to read. Code does not paste well into these windows.
Try using a code block (replace the <'s in the text below with a [)
Code:
<code]code goes here</code]
Is it safe to say that you're including user_common.h in both user_routines.c and user_routines.h?

Quote:
I put a printf displaying the count values recieved from getCountLeft() and getCountRight()
What if you put a print in those functions? Are you sure they're getting called? Did you typecast your variables in your printf?