tryfix #2416 - lock some guards.

This commit is contained in:
Thomas Göttgens
2023-04-07 15:05:19 +02:00
parent 43cff7adc9
commit 320bf57687
3 changed files with 13 additions and 0 deletions

View File

@@ -1,7 +1,10 @@
#pragma once
#include "concurrency/LockGuard.h"
#include <Arduino.h>
extern concurrency::Lock *cryptLock;
struct CryptoKey {
uint8_t bytes[32];