Skip to content

Commit

Permalink
chore(PeriphDrivers): Adding option for MAX32655 B1 0x4231. (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-gillespie authored Aug 13, 2024
1 parent 57fb9ee commit 608acf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Libraries/PeriphDrivers/Include/MAX32655/mxc_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
// A1
#define MXC_TMR_REV 0
#define MXC_UART_REV 0
#elif (TARGET_REV == 0x4231)
// B1
#define MXC_TMR_REV 0
#define MXC_UART_REV 0
#else

#error TARGET_REV NOT SUPPORTED
Expand Down

0 comments on commit 608acf3

Please sign in to comment.