68340tmu: Fixed MCR register enum error

This commit is contained in:
Joakim Larsson Edstrom 2017-09-04 21:39:39 +02:00
parent 03834e8262
commit 27a9ff587e

View File

@ -41,7 +41,7 @@ public:
REG_MCR_STP = 0x8000,
REG_MCR_FRZ1 = 0x4000,
REG_MCR_FRZ2 = 0x2000,
REG_MCR_SUPV = 0x0800,
REG_MCR_SUPV = 0x0080,
REG_MCR_ARBLV = 0x000f,
};