Various app_main.c bug fixes

This commit is contained in:
Alex Stewart 2015-08-25 17:22:38 -07:00
parent beecdc844a
commit d55da0f09a
3 changed files with 12 additions and 12 deletions

View file

@ -53,7 +53,7 @@ _Static_assert(sizeof(struct DPORT_REGS) == 0x60, "DPORT_REGS is the wrong size"
/* Currently very little known about this register. The following is based on analysis of the startup code in the Espressif SDK: */
#define DPORT_DPORT0_FIELD0_M 0x0000007f
#define DPORT_DPORT0_FIELD0_M 0x0000001f
#define DPORT_DPORT0_FIELD0_S 0
/* Details for INT_ENABLE register */