From 7686eb355aad36f4f4983cf1cb009f1a51491001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Vejpustek?= Date: Fri, 11 Jun 2021 16:30:04 +0200 Subject: [PATCH] fix(core): fix import of random delays --- core/embed/firmware/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/embed/firmware/main.c b/core/embed/firmware/main.c index e4c808dbe..183f93901 100644 --- a/core/embed/firmware/main.c +++ b/core/embed/firmware/main.c @@ -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