mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2025-09-30 14:03:26 +02:00
14 lines
164 B
C
14 lines
164 B
C
#pragma once
|
|
|
|
#include "registry.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern const SubGhzDeviceRegistry subghz_device_registry;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|