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

pull/1829/head
Pavol Rusnak 3 years ago
parent a85d2483ff
commit b03b688f2d

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

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

Loading…
Cancel
Save