Switch sub-1GHz band (#349)
* switch band * extract subghz api to files
This commit is contained in:
5
firmware/targets/f4/api-hal/api-hal-subghz.c
Normal file
5
firmware/targets/f4/api-hal/api-hal-subghz.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "api-hal-subghz.h"
|
||||
|
||||
void api_hal_rf_band_set(RfBand band) {
|
||||
|
||||
}
|
@@ -7,4 +7,4 @@ void api_hal_init() {
|
||||
api_hal_i2c_init();
|
||||
api_hal_power_init();
|
||||
api_hal_light_init();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user