forked from ARMmbed/mbed-os
-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STM32H7: fix DUAL_PAD value to avoid ALTx conflict
- Loading branch information
1 parent
3636262
commit bf082fc
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
extern "C" { | ||
#endif | ||
|
||
#define DUAL_PAD 0xF00 | ||
#define DUAL_PAD 0x800 | ||
|
||
typedef enum { | ||
ALT0 = 0x100, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
extern "C" { | ||
#endif | ||
|
||
#define DUAL_PAD 0xF00 | ||
#define DUAL_PAD 0x800 | ||
|
||
typedef enum { | ||
ALT0 = 0x100, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
extern "C" { | ||
#endif | ||
|
||
#define DUAL_PAD 0xF00 | ||
#define DUAL_PAD 0x800 | ||
|
||
typedef enum { | ||
ALT0 = 0x100, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ | |
extern "C" { | ||
#endif | ||
|
||
#define DUAL_PAD 0xF00 | ||
#define DUAL_PAD 0x800 | ||
|
||
typedef enum { | ||
ALT0 = 0x100, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ | |
extern "C" { | ||
#endif | ||
|
||
#define DUAL_PAD 0xF00 | ||
#define DUAL_PAD 0x800 | ||
|
||
typedef enum { | ||
ALT0 = 0x100, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ | |
extern "C" { | ||
#endif | ||
|
||
#define DUAL_PAD 0xF00 | ||
#define DUAL_PAD 0x800 | ||
|
||
typedef enum { | ||
ALT0 = 0x100, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ | |
extern "C" { | ||
#endif | ||
|
||
#define DUAL_PAD 0xF00 | ||
#define DUAL_PAD 0x800 | ||
|
||
typedef enum { | ||
ALT0 = 0x100, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
extern "C" { | ||
#endif | ||
|
||
#define DUAL_PAD 0xF00 | ||
#define DUAL_PAD 0x800 | ||
|
||
typedef enum { | ||
ALT0 = 0x100, | ||
|