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 3 matches
CCS Forum Index
Author Message
  Topic: Seemingly incorrect "Unexpected Identifier" error
chironex

Replies: 3
Views: 5078

PostForum: General CCS C Discussion   Posted: Fri Jul 01, 2011 9:19 pm   Subject: Seemingly incorrect "Unexpected Identifier" error
Nevermind, solved it. Thanks.
  Topic: Seemingly incorrect "Unexpected Identifier" error
chironex

Replies: 3
Views: 5078

PostForum: General CCS C Discussion   Posted: Fri Jul 01, 2011 9:10 pm   Subject: Seemingly incorrect "Unexpected Identifier" error
But, when I get rid of it, I get a different error:


#INT_DAC1R
void dacRightInterrupt() {
signed int16 sample;

sample = bufPop(R); //Error: A numeric express ...
  Topic: Seemingly incorrect "Unexpected Identifier" error
chironex

Replies: 3
Views: 5078

PostForum: General CCS C Discussion   Posted: Fri Jul 01, 2011 8:30 pm   Subject: Seemingly incorrect "Unexpected Identifier" error
Hello, new here.

The following code is giving me an unexpected identifier error:


#INT_DAC1R
void dacRightInterrupt() {
signed int16 sample; // I declare sample right fracki ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group