fix(core): use stm32f4 implementation of secret.c for unix too

(fixes bootloader_emu build because there was an error in the unix dummy
impl)
pull/3219/head
matejcik 10 months ago committed by matejcik
parent 92e29b6036
commit c0de11fbeb

@ -1,9 +0,0 @@
#include "secret.h"
void secret_write(uint8_t* data, uint32_t offset, uint32_t len) {}
void secret_read(uint8_t* data, uint32_t offset, uint32_t len) {}
secbool secret_wiped(void) { return secfalse; }
void secret_erase(void) {}

@ -0,0 +1 @@
../stm32f4/secret.c
Loading…
Cancel
Save