mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
6 lines
83 B
C
6 lines
83 B
C
#include "subghz_fap.h"
|
|
|
|
int32_t subghz_fap(char* p) {
|
|
return subghz_app(p);
|
|
}
|