mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-29 13:12:04 +00:00
7 lines
119 B
C
7 lines
119 B
C
#pragma once
|
|
|
|
#define ARCH_RP2040
|
|
|
|
#if defined(PRIVATE_HW)
|
|
#define HW_VENDOR meshtastic_HardwareModel_PRIVATE_HW
|
|
#endif |