RCU Forums - View Single Post - CDI gr8flyer55
View Single Post
Old 09-22-2012 | 09:50 AM
  #360  
gr8flyer55
Senior Member
 
Joined: Nov 2005
Posts: 805
Likes: 0
Received 0 Likes on 0 Posts
From: Hamburg, PA
Default RE: CDI gr8flyer55

Jake, I looked over the source code and saw the changes.
Loaded up the excel sheet and made my curves etc.
Ran MPLAB x IDE and compiled the file, BUT I got 2 warnings about undeclared variables and an advisory of some feature it couldn't figure out. It gave no errors, build successful, but are the warnings something to be worried about since it was about the two tables of data in the source code?

Here is what it gave me:

LED MODE not used
"I" not used
"j" not used

Advisory ccpri = *(table pointer + currentrev);

It looks like it can't handle the statement.

John