Discussion in "General help Guidance and Discussion" started by    shyam    Aug 18, 2010.
Wed Aug 18 2010, 07:38 pm
#1
void msdelay(unsigned int x)
{
unsigned int i,j;
for(i=0;i<x;i++)
for(j=0;j<922;j++)
}



i was in creating a header for milli seconds delay why this error
Wed Aug 18 2010, 10:11 pm
#2
you are missing a semicolon.

void msdelay(unsigned int x)
{
    unsigned int i,j;
    for(i=0;i<x;i++)
    for(j=0;j<922;j++); //<<here
}
Wed Aug 18 2010, 10:13 pm
#3
try not to create multiple threads for problems like this.. use any current thread for it. Please be careful in future

[Topic moved to General help Guidance and Discussion]
Thu Aug 19 2010, 08:09 am
#4
ok thanks im a keil beginner
more over the editor view is very small in keil
im dying to find out small mistakes,u can now delete this topic
il follow ur sugg thanks very much
Thu Aug 19 2010, 03:08 pm
#5
Hi,


After Refreshing 'C' skill i think this link may helpful for you.

http://www.embeddedcraft.org/keilsetup.html#top

--
Gurpreet Singh
IMBUENT TECHNOLOGIES PVT.LTD.
(INDIA)
www.imbuent.com,www.embeddedcraft.org
" A person who never make mistakes,never try new things"


[ Edited Thu Aug 19 2010, 05:34 pm ]

Get Social

Information

Powered by e107 Forum System

Downloads

Comments

JamesroW
Mon May 06 2024, 09:37 am
Chrispes
Mon May 06 2024, 07:34 am
ArktiTic
Sun May 05 2024, 07:06 pm
CesslasyNear
Sun May 05 2024, 02:58 pm
chimichmedic1204
Sun May 05 2024, 11:06 am
Jamiegob
Sun May 05 2024, 10:11 am
Gregoryjed
Sun May 05 2024, 10:02 am
Mariocax
Sun May 05 2024, 08:51 am