Fix #if/else logic.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
d410a4cfc2
commit
116aca7697
1 changed files with 1 additions and 2 deletions
|
|
@ -296,8 +296,7 @@ void init_otp_files() {
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif // PICO_RP2350 || ESP_PLATFORM
|
#else
|
||||||
#ifdef ENABLE_EMULATION
|
|
||||||
static uint8_t _otp1[32] = {0}, _otp2[32] = {0};
|
static uint8_t _otp1[32] = {0}, _otp2[32] = {0};
|
||||||
memset(_otp1, 0xAC, sizeof(_otp1));
|
memset(_otp1, 0xAC, sizeof(_otp1));
|
||||||
memset(_otp2, 0xBE, sizeof(_otp2));
|
memset(_otp2, 0xBE, sizeof(_otp2));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue