g2: fix for module id register

This commit is contained in:
2021-08-16 15:38:19 +02:00
parent eb652557b6
commit 334d58c3fd
3 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@
#define DTA_OFFSET_REG (0x0A * REG_OFFSET + BASE_CONTROL)
#define MOD_ID_REG (0x0D * REG_OFFSET + BASE_CONTROL)
#define MOD_ID_REG (0x0B * REG_OFFSET + BASE_CONTROL)
#define MOD_ID_OFST (0)
#define MOD_ID_MSK (0x0000FFFF << MOD_ID_OFST)