mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
11 lines
173 B
C
11 lines
173 B
C
|
#ifndef TEST_LAYOUT_H
|
||
|
#define TEST_LAYOUT_H
|
||
|
|
||
|
#define STORAGE_AREAS_COUNT 2
|
||
|
|
||
|
#include "flash_common.h"
|
||
|
|
||
|
extern const flash_area_t STORAGE_AREAS[STORAGE_AREAS_COUNT];
|
||
|
|
||
|
#endif
|