From 1c0946f5626f4552026244813d184849af0fb722 Mon Sep 17 00:00:00 2001 From: andrew Date: Fri, 11 Jan 2019 19:40:55 +0100 Subject: [PATCH] Fix typo in include. --- embed/trezorhal/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embed/trezorhal/utils.c b/embed/trezorhal/utils.c index 01761a4b6..5d48ae7da 100644 --- a/embed/trezorhal/utils.c +++ b/embed/trezorhal/utils.c @@ -19,7 +19,7 @@ #include "utils.h" #include STM32_HAL_H -#include "stm32l4xx_ll_utils.h" +#include "stm32f4xx_ll_utils.h" /* * Returns the CPUID Base Register of the System Control Block.