mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-06 18:08:00 +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 |