WXK
2024-12-16 9201a33e45484b3247271759c91c158063baccac
1
2
3
4
5
6
7
8
#ifndef RF_TEST__H_
#define RF_TEST__H_
#include "stack/controller/rf_phy.h"
 
#define CONSTANT_TONE_TEST_ENABLE            0
void rf_test_start_constant_tone(uint16_t ch);
 
#endif