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

error 76: expect. - adc pic16f877a

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



Joined: 29 Oct 2008
Posts: 2

View user's profile Send private message

error 76: expect. - adc pic16f877a
PostPosted: Fri Oct 31, 2008 5:31 am     Reply with quote

hi

following code:

long adcTest(long value)
{
setup_adc(ADC_CLOCK_INTERNAL)
---> setup_adc_ports(AN0_AN1_AN3);
set_adc_channel(0);
delay_us(10);
value=read_adc();
return value;
}

after pressing compile I get the above error at the marked line.
If I comment the first three lines (setup adc-set-adc), I get no errors.

thanks in advance.

tabbot.
Ttelmah
Guest







PostPosted: Fri Oct 31, 2008 6:23 am     Reply with quote

Semi colon missing on the line above.....
Commonest error in C.

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