musst semaphore.counter public machen, hasse alles. init läuft nun

This commit is contained in:
user
2025-12-02 16:56:38 +01:00
parent 21fb133146
commit 3afa165ef3
5 changed files with 49 additions and 10 deletions

View File

@@ -20,7 +20,9 @@ struct Vault {
Bellringer bellringer;
BBuffer<Key, 16> keys;
Semaphore keys_sem;
static constexpr int MAX_SEMS =32;
Semaphore sems[MAX_SEMS];
// Ignore this for now, this is for a bonus task
Graphics graphics;