WXK
2024-12-16 78e84fcf264afd731cd66c807d9fcb690fe12126
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