Merge branch 'master' of github.com:trezor/trezor-mcu

This commit is contained in:
Pavol Rusnak 2015-11-04 18:47:08 +01:00
commit d43f9a8a99
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include "protect.h"
#include "layout2.h"
_Static_assert(sizeof(Storage) <= FLASH_STORAGE_LEN, "Storage struct is too large for TREZOR flash");
Storage storage;
uint8_t storage_uuid[12];