fixed clearning

This commit is contained in:
Bjorn Einar Bjarntes 2021-12-18 17:48:18 +01:00
parent 14dab751ba
commit e5a4318bd1

View file

@ -38,10 +38,10 @@ void setAndClearHiRes(void) {
} }
} }
int isPositionWhite(long x, int y) // need to think
int isPositionBlack(long x, int y)
{ {
return 0;
return 0; // 0 er false...
} }
int power2(int exponent) int power2(int exponent)
@ -92,7 +92,6 @@ int main(void) {
x = 160; x = 160;
y = 100; y = 100;
setAndClearHiRes();
for (line = 0;line<50;line++) for (line = 0;line<50;line++)
{ {
setPositionBlack(x,y); setPositionBlack(x,y);