1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-08 23:58:09 +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 #ifdef SYSTEM_VIEW
#include "systemview.h" #include "systemview.h"
#include <stdint.h>
#include <stddef.h> #include <stddef.h>
#include <stdint.h>
#include <string.h> #include <string.h>
#include "mpconfigport.h" #include "mpconfigport.h"