Compare commits

..

No commits in common. "dev" and "r6-struct-point" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ int main() {
asm("nop"); asm("nop");
ptrS->x=17; ptrS->x=0x10;
ptrS->y=24; ptrS->y=0x20;
int32_t wynik = 0; int32_t wynik = 0;