more or less works (with kill)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user