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 committed Nov 13, 2023
1 parent 3636262 commit bf082fc
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 bf082fc

Please sign in to comment.