1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-21 23:18:13 +00:00

fix(core): avoid accidental build with broken stack protector (boardloader)

This commit is contained in:
Pavol Rusnak 2021-09-27 16:32:21 +02:00
parent a85d2483ff
commit b03b688f2d
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
Avoid accidental build with broken stack protector

View File

@ -20,6 +20,7 @@
#include <string.h>
#include "common.h"
#include "compiler_traits.h"
#include "display.h"
#include "flash.h"
#include "image.h"