Define MCU for emulation.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
3990e7643a
commit
580b0acffa
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ const uint8_t rescue_aid[] = {
|
|||
#define PICO_MCU 1
|
||||
#elif defined(ESP_PLATFORM)
|
||||
#define PICO_MCU 2
|
||||
#elif defined(ENABLE_EMULATION)
|
||||
#define PICO_MCU 3
|
||||
#else
|
||||
#define PICO_MCU 0
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue