1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 21:22:10 +00:00

fix(core): fix import of random delays

This commit is contained in:
Ondřej Vejpustek 2021-06-11 16:30:04 +02:00
parent 47c2be9f13
commit 7686eb355a

View File

@ -40,9 +40,7 @@
#include "display.h"
#include "flash.h"
#include "mpu.h"
#ifdef RDI
#include "random_delays.h"
#endif
#ifdef SYSTEM_VIEW
#include "systemview.h"
#endif