SubGHz: Fix typos (#2661)

Co-authored-by: hedger <hedger@users.noreply.github.com>
This commit is contained in:
MX
2023-05-11 12:10:20 +09:00
committed by GitHub
co-authored by hedger
parent 9914aa40bd
commit 9862876f06
5 changed files with 11 additions and 11 deletions
@@ -1,5 +1,5 @@
#include "subghz_txrx_i.h"
#include "subghz_txrx_create_potocol_key.h"
#include "subghz_txrx_create_protocol_key.h"
#include <lib/subghz/transmitter.h>
#include <lib/subghz/protocols/protocol_items.h>
#include <lib/subghz/protocols/protocol_items.h>
@@ -84,7 +84,7 @@ bool subghz_txrx_gen_data_protocol_and_te(
return ret;
}
bool subghz_txrx_gen_keelog_protocol(
bool subghz_txrx_gen_keeloq_protocol(
SubGhzTxRx* instance,
const char* name_preset,
uint32_t frequency,
@@ -54,7 +54,7 @@ bool subghz_txrx_gen_data_protocol_and_te(
* @param cnt Counter
* @return bool True if success
*/
bool subghz_txrx_gen_keelog_protocol(
bool subghz_txrx_gen_keeloq_protocol(
SubGhzTxRx* instance,
const char* name_preset,
uint32_t frequency,