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

Richardedils
Wed Apr 24 2024, 04:07 am
ChrisLub
Tue Apr 23 2024, 05:21 pm
Davidbab
Tue Apr 23 2024, 10:41 am
Richardrit
Tue Apr 23 2024, 09:54 am
HenryLaf
Mon Apr 22 2024, 03:50 pm
bleradrar
Mon Apr 22 2024, 06:38 am
ppu-pro_ka
Sun Apr 21 2024, 07:39 pm
Infewow
Sun Apr 21 2024, 06:30 pm