1
2
3
4
5
6
7
#ifndef RF_TEST__H_
#define RF_TEST__H_
#include "stack/rf/rf_phy.h"
 
void rf_test_start_constant_tone(uint16_t ch);
 
#endif