View Single Post
  #1   Spotlight this post!  
Unread 09-03-2007, 09:12
evan_wilson's Avatar
evan_wilson evan_wilson is offline
QUARK
AKA: Evan Wilson
FRC #2172 (Street Legal)
Team Role: Programmer
 
Join Date: Jan 2007
Rookie Year: 2007
Location: Elyria, OH
Posts: 15
evan_wilson is an unknown quantity at this point
Send a message via AIM to evan_wilson Send a message via Yahoo to evan_wilson
Question Where did ifi_picdefs.h get to?

I'm compiling Timer code, but when I brought the code into my 2007 controller project (I DID change the linkers scripts and libraries) it gives me the error that T2CONbits, etc are not defined. After a little digging, I found that in the 2004 controller project, ifi_picdefs.h is where these structs are defined. What happened to this file for 2007? And is it possible to use the same file just pasted into the 2007 controller code?

Thanks