You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/storage/tests/c/test_layout.h

11 lines
171 B

#ifndef TEST_LAYOUT_H
#define TEST_LAYOUT_H
#define STORAGE_AREAS_COUNT 2
#include "flash_area.h"
extern const flash_area_t STORAGE_AREAS[STORAGE_AREAS_COUNT];
#endif