Skip to content

Commit

Permalink
STM32H7: fix DUAL_PAD value to avoid ALTx conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocavagnis authored and facchinm committed Nov 15, 2023
1 parent ab08428 commit 2e1da01
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
extern "C" {
#endif

#define DUAL_PAD 0xF00
#define DUAL_PAD 0x800

typedef enum {
ALT0 = 0x100,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
extern "C" {
#endif

#define DUAL_PAD 0xF00
#define DUAL_PAD 0x800

typedef enum {
ALT0 = 0x100,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
extern "C" {
#endif

#define DUAL_PAD 0xF00
#define DUAL_PAD 0x800

typedef enum {
ALT0 = 0x100,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
extern "C" {
#endif

#define DUAL_PAD 0xF00
#define DUAL_PAD 0x800

typedef enum {
ALT0 = 0x100,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
extern "C" {
#endif

#define DUAL_PAD 0xF00
#define DUAL_PAD 0x800

typedef enum {
ALT0 = 0x100,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
extern "C" {
#endif

#define DUAL_PAD 0xF00
#define DUAL_PAD 0x800

typedef enum {
ALT0 = 0x100,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
extern "C" {
#endif

#define DUAL_PAD 0xF00
#define DUAL_PAD 0x800

typedef enum {
ALT0 = 0x100,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
extern "C" {
#endif

#define DUAL_PAD 0xF00
#define DUAL_PAD 0x800

typedef enum {
ALT0 = 0x100,
Expand Down

0 comments on commit 2e1da01

Please sign in to comment.