less global vars

This commit is contained in:
Philippe Teuwen
2020-06-01 20:10:45 +02:00
parent b9b230bb99
commit b6077df68e
5 changed files with 13 additions and 15 deletions

View File

@@ -54,7 +54,7 @@ t55xx_conf_block_t config = {
.downlink_mode = refFixedBit
};
t55xx_memory_item_t cardmem[T55x7_BLOCK_COUNT] = {{0}};
static t55xx_memory_item_t cardmem[T55x7_BLOCK_COUNT] = {{0}};
t55xx_conf_block_t Get_t55xx_Config(void) {
return config;