#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