mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-20 00:37:36 +00:00
7 lines
112 B
C
7 lines
112 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#define ARCH_RP2040
|
||
|
|
|
||
|
|
#if defined(PRIVATE_HW)
|
||
|
|
#define HW_VENDOR HardwareModel_PRIVATE_HW
|
||
|
|
#endif
|