From 496e6678ec5e535a2571e380cd2567cc98c6c81e Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Wed, 22 Dec 2021 18:56:53 +0100 Subject: [PATCH] spiFlashdb: introduce conf register for tb --- src/spiFlashdb.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/spiFlashdb.hpp b/src/spiFlashdb.hpp index 933483c..26397fd 100644 --- a/src/spiFlashdb.hpp +++ b/src/spiFlashdb.hpp @@ -13,7 +13,8 @@ typedef enum { STATR = 0, /* status register */ - FUNCR = 1 /* function register */ + FUNCR = 1, /* function register */ + CONFR = 2 /* configuration register */ } tb_loc_t; typedef struct {