CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

device PIC18F2455 / define PIN_A7 31751

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Guest








device PIC18F2455 / define PIN_A7 31751
PostPosted: Wed Mar 12, 2008 8:02 am     Reply with quote

I confused is there an error in the def file for the 18F2455 because there are not a pin A7 on that chip?

#device PIC18F2455

#define PIN_A7 31751
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Wed Mar 12, 2008 8:25 am     Reply with quote

On a question like this, you should always give your compiler version.

In vs. 4.069, it's there:
Code:

#define PIN_A0  31744
#define PIN_A1  31745
#define PIN_A2  31746
#define PIN_A3  31747
#define PIN_A4  31748
#define PIN_A5  31749
#define PIN_A6  31750
#define PIN_A7  31751
Guest








PostPosted: Wed Mar 12, 2008 8:31 am     Reply with quote

Okay that mean there are an error in the def file.
Ttelmah
Guest







PostPosted: Wed Mar 12, 2008 4:36 pm     Reply with quote

Hardly matters. Really, they might as well just put all the defines for the pins in for all chips.....

Best Wishes
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group