Author |
Message |
Topic: newbie here, don't understand the errors and warnings @@ |
sunangel368
Replies: 6
Views: 6550
|
Forum: General CCS C Discussion Posted: Sun Mar 29, 2009 6:18 am Subject: newbie here, don't understand the errors and warnings @@ |
Hello FvM!
I found an extra bracket that wrecks the code! seems like the main is overlapping the whole code! Thanks!
Charles |
Topic: newbie here, don't understand the errors and warnings @@ |
sunangel368
Replies: 6
Views: 6550
|
Forum: General CCS C Discussion Posted: Sun Mar 29, 2009 5:51 am Subject: newbie here, don't understand the errors and warnings @@ |
Gosh, could you use the "code" .. "/code" formatting? it's kind of difficoult to read your code; also, please, can you highlight the lines indicated by the numbers where the errors ... |
Topic: newbie here, don't understand the errors and warnings @@ |
sunangel368
Replies: 6
Views: 6550
|
Forum: General CCS C Discussion Posted: Sun Mar 29, 2009 5:50 am Subject: newbie here, don't understand the errors and warnings @@ |
You have function definitions inside main(), that's no valid C syntax.
Place them before main() and remove the semicolon with void no_movement();
FvM, i didn't see any function definitions. I only ... |
Topic: newbie here, don't understand the errors and warnings @@ |
sunangel368
Replies: 6
Views: 6550
|
Forum: General CCS C Discussion Posted: Sun Mar 29, 2009 2:56 am Subject: newbie here, don't understand the errors and warnings @@ |
Hello everyone, i'm writing a program act as a traffic on diverting high speed clock signals generated from an external source.
upon activating a bypass pin, i can generate forward/reverse signal ... |
|