Declaring the below function gives an error: "Expecting a basic type"
Code:
void buzzer_off (void);
Able to compile if I put it any other way
Code:
void buzzeroff (void);
or even...
Code:
void buzzer_on (void);//which defeats the purpose of having it switched off
It's just weird.
Can anyone unravel this mystery?
Thanks
dyeatman
Joined: 06 Sep 2003 Posts: 1933 Location: Norman, OK
Posted: Tue Nov 02, 2010 9:19 pm
I don't have 4.084. However, it compiles with no problem in
versions 4.108 and 4.114 _________________ Google and Forum Search are some of your best tools!!!!
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