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

Robertphype
Sat Apr 27 2024, 12:23 am
ktaletrryp
Fri Apr 26 2024, 10:55 pm
Robertrip
Fri Apr 26 2024, 11:20 am
ArnoldDiant
Fri Apr 26 2024, 03:53 am
RodneyKnorb
Thu Apr 25 2024, 07:08 pm
Williamjef
Thu Apr 25 2024, 02:08 pm
SamuelSmise
Thu Apr 25 2024, 09:56 am
DustinErele
Thu Apr 25 2024, 08:44 am