spiFlashdb: introduce conf register for tb

This commit is contained in:
Gwenhael Goavec-Merou
2021-12-22 18:56:53 +01:00
parent 56a1e0310d
commit 496e6678ec
+2 -1
View File
@@ -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 {