1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 23:48:12 +00:00

style(core): systemview reformat

This commit is contained in:
Ondrej Mikle 2020-12-11 17:03:02 +01:00 committed by Pavol Rusnak
parent 550216354b
commit 9411756c42

View File

@ -1,8 +1,8 @@
#ifdef SYSTEM_VIEW
#include "systemview.h"
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include "mpconfigport.h"