Move PRODUCT def to a separate file.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2025-05-24 14:49:48 +02:00
parent 68ac692de6
commit f9c1178f4d
3 changed files with 21 additions and 2 deletions

View File

@@ -34,8 +34,6 @@
#include "mbedtls/eddsa.h"
#endif
uint8_t PICO_PRODUCT = 3;
bool has_pw1 = false;
bool has_pw2 = false;
bool has_pw3 = false;