Fix conditional build.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2026-05-13 00:37:06 +02:00
parent d868a351da
commit 4507bb68a6
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
#include <stdint.h>
#if !defined (PICO_PLATFORM)
#if __APPLE__
#if defined(__APPLE__) || defined(_MSC_VER) || defined(__linux__)
#define PICO_UNIQUE_BOARD_ID_SIZE_BYTES 16
#else
#define PICO_UNIQUE_BOARD_ID_SIZE_BYTES 8