Skip to content

Commit

Permalink
Corrects wrong RCC QSPIEN register definition
Browse files Browse the repository at this point in the history
  • Loading branch information
zardam authored and Ecco committed Oct 16, 2017
1 parent 17ac54c commit 1bf5386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ion/src/device/regs/rcc.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class RCC {
class AHB3ENR : Register32 {
public:
REGS_BOOL_FIELD(FSMCEN, 0);
REGS_BOOL_FIELD(QSPIEN, 0);
REGS_BOOL_FIELD(QSPIEN, 1);
};

class APB1ENR : public Register32 {
Expand Down

0 comments on commit 1bf5386

Please sign in to comment.