mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-06-10 11:59:05 +02:00
Define MCU for emulation.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -32,6 +32,8 @@ const uint8_t rescue_aid[] = {
|
|||||||
#define PICO_MCU 1
|
#define PICO_MCU 1
|
||||||
#elif defined(ESP_PLATFORM)
|
#elif defined(ESP_PLATFORM)
|
||||||
#define PICO_MCU 2
|
#define PICO_MCU 2
|
||||||
|
#elif defined(ENABLE_EMULATION)
|
||||||
|
#define PICO_MCU 3
|
||||||
#else
|
#else
|
||||||
#define PICO_MCU 0
|
#define PICO_MCU 0
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user