more or less works (with kill)

This commit is contained in:
Eggert Jung
2025-07-08 13:49:52 +02:00
parent cc412f4902
commit fd021c98a7
7 changed files with 33 additions and 7 deletions

View File

@@ -25,9 +25,6 @@ Ich bin Großmuttersniffer\n\
Und wacht sie aus'm Koma auf, kriegt sie von mir 'n Sticker\n\
\n";
extern Ticketlock koutlock;
extern Context* test2; extern Context* test1;
extern uint8_t test1_stack[], test2_stack[];
void activeWaitDelay(uint64_t cycles) {
uint64_t counter = 0; // Use volatile to prevent optimization
for (uint64_t i = 0; i < cycles; ++i) {