mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
chore(legacy): fix emulator build
This commit is contained in:
parent
90fe2047c8
commit
64f29d5697
@ -20,7 +20,9 @@
|
||||
#include "supervise.h"
|
||||
#include <libopencm3/stm32/flash.h>
|
||||
#include <stdint.h>
|
||||
#if !EMULATOR
|
||||
#include <vendor/libopencm3/include/libopencmsis/core_cm3.h>
|
||||
#endif
|
||||
#include "memory.h"
|
||||
|
||||
#if !EMULATOR
|
||||
|
Loading…
Reference in New Issue
Block a user