Fix windows build.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2026-04-29 15:36:53 +02:00
parent 0abea5b6b2
commit 707cdf7bf4
16 changed files with 185 additions and 90 deletions

View File

@@ -25,7 +25,9 @@
#endif
#include "random.h"
#include "mbedtls/ecdsa.h"
#ifndef _MSC_VER
#include <stdalign.h>
#endif
#ifdef PICO_RP2350