Skip to content

Commit

Permalink
Fixing the macros AcTrigMap_EvtMASK and AcTrigMap_EvtSHIFT
Browse files Browse the repository at this point in the history
  • Loading branch information
rhong committed May 22, 2024
1 parent b8b78a5 commit 69d4e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evgMrmApp/src/evgRegMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@

#define U32_AcTrigMap 0x0014

#define AcTrigMap_EvtMASK 0xff000000
#define AcTrigMap_EvtSHIFT 24
#define AcTrigMap_EvtMASK 0x000000ff
#define AcTrigMap_EvtSHIFT 0

//=====================
// Software Event Control Registers
Expand Down

0 comments on commit 69d4e0d

Please sign in to comment.