1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 05:28:40 +00:00

Fix typo in include.

This commit is contained in:
andrew 2019-01-11 19:40:55 +01:00 committed by Pavol Rusnak
parent d41072b0ce
commit 1c0946f562
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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.