-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Protect target (name and id) defines
- Loading branch information
1 parent
2e56806
commit 4954dd1
Showing
5 changed files
with
27 additions
and
0 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 |
---|---|---|
@@ -1,7 +1,12 @@ | ||
#ifndef ST33K1M5 | ||
#define ST33K1M5 | ||
#endif // ST33K1M5 | ||
|
||
#ifndef TARGET_ID | ||
#define TARGET_ID 0x33300004 | ||
#endif // TARGET_ID | ||
|
||
|
||
#ifndef TARGET_FLEX | ||
#define TARGET_FLEX | ||
#endif // TARGET_FLEX |
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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
#ifndef ST31 | ||
#define ST31 | ||
#endif // ST31 | ||
|
||
#ifndef TARGET_ID | ||
#define TARGET_ID 0x31100004 | ||
#endif // TARGET_ID | ||
|
||
#ifndef TARGET_NANOS | ||
#define TARGET_NANOS | ||
#endif // TARGET_NANOS |
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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
#ifndef ST33K1M5 | ||
#define ST33K1M5 | ||
#endif // ST33K1M5 | ||
|
||
#ifndef TARGET_ID | ||
#define TARGET_ID 0x33100004 | ||
#endif // TARGET_ID | ||
|
||
#ifndef TARGET_NANOS2 | ||
#define TARGET_NANOS2 | ||
#endif // TARGET_NANOS2 |
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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
#ifndef ST33 | ||
#define ST33 | ||
#endif // ST33 | ||
|
||
#ifndef TARGET_ID | ||
#define TARGET_ID 0x33000004 | ||
#endif // TARGET_ID | ||
|
||
#ifndef TARGET_NANOX | ||
#define TARGET_NANOX | ||
#endif // TARGET_NANOX |
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 |
---|---|---|
@@ -1,7 +1,11 @@ | ||
#ifndef ST33K1M5 | ||
#define ST33K1M5 | ||
#endif // ST33K1M5 | ||
|
||
#ifndef TARGET_ID | ||
#define TARGET_ID 0x33200004 | ||
#endif // TARGET_ID | ||
|
||
#ifndef TARGET_STAX | ||
#define TARGET_STAX | ||
#endif // TARGET_STAX |