main(): No return value.
This commit is contained in:
committed by
mrdudz
parent
a60ac67783
commit
a45a92a71f
@@ -7,7 +7,7 @@ unsigned char y = 0;
|
|||||||
unsigned char x = 0;
|
unsigned char x = 0;
|
||||||
unsigned short n;
|
unsigned short n;
|
||||||
|
|
||||||
int main(void)
|
void main(void)
|
||||||
{
|
{
|
||||||
clrscr();
|
clrscr();
|
||||||
gotoxy(0,0);cputs("Gamate C-Test");
|
gotoxy(0,0);cputs("Gamate C-Test");
|
||||||
@@ -47,6 +47,4 @@ int main(void)
|
|||||||
(*((unsigned char*)LCD_YPOS)) = y;
|
(*((unsigned char*)LCD_YPOS)) = y;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user