Files

6 lines
83 B
C

#include "subghz_fap.h"
int32_t subghz_fap(char* p) {
return subghz_app(p);
}