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 CCS Technical Support

Search found 2 matches
CCS Forum Index
Author Message
  Topic: ERROR (drives crazy) ---> Expecting a close paren
PravinP

Replies: 6
Views: 19367

PostForum: General CCS C Discussion   Posted: Sun Jan 22, 2006 3:18 am   Subject: ERROR (drives crazy) ---> Expecting a close paren
Hi,
sorry made some errors while posting the code
The define file is

#define ENB PIN_B0
#define INP PIN_B3

while(1)
{
delay_ms(DELAY);
if(input(INP))
{
output_high(E ...
  Topic: ERROR (drives crazy) ---> Expecting a close paren
PravinP

Replies: 6
Views: 19367

PostForum: General CCS C Discussion   Posted: Sat Jan 21, 2006 12:37 pm   Subject: ERROR (drives crazy) ---> Expecting a close paren
Dear Members,
I am using PIC10F200

i have the following definition in my file
#define ENABLE PIN_B0

when i compile the code with
if(input(ENABLE))
{
output_high(ENABLE);
break; ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group