This commit is contained in:
2025-12-03 06:13:57 +01:00
parent a4bf6ab8c8
commit 9d1abb21f1
4 changed files with 19 additions and 7 deletions

View File

@@ -20,8 +20,7 @@ void Application::action() { // NOLINT
//sys_test(1,2,3,4,5);
unsigned id = 0;
while (&apps[id++] != this);
unsigned id = sys_getpid();
char text[] = "testX";
text[4] = 0x30+id;