poprawiony ptr na ptr1

This commit is contained in:
belfer 2024-05-16 09:25:03 +00:00
parent 172dc1daf6
commit 6abe1dfcef
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ int main() {
uint8_t wynik =0;
wynik = strlen (ptr);
wynik = strlen (ptr1);
asm("nop");
}