mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
14 lines
133 B
C
14 lines
133 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int32_t subghz_app(char* p);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|