Skip to content

Commit 347ded5

Browse files
ATLEDGE-44 Creation of platform ID and platform name for Atlas Edge
1 parent a9c0430 commit 347ded5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

variants/intel_edu_x/variant.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
extern "C"{
4545
#endif // __cplusplus
4646

47+
/*----------------------------------------------------------------------------
48+
* Platform Identifiers
49+
*----------------------------------------------------------------------------*/
50+
#define PLATFORM_ID 0xAE
51+
#define PLATFORM_NAME "AtlasEdge"
52+
4753
/*----------------------------------------------------------------------------
4854
* Pins
4955
*----------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)