fix typos from ofw

This commit is contained in:
MX
2023-05-10 21:48:48 +03:00
parent 6f10990386
commit cca6606c78
6 changed files with 27 additions and 27 deletions

View File

@@ -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/keeloq.h>
@@ -84,7 +84,7 @@ bool subghz_txrx_gen_data_protocol_and_te(
return ret;
}
bool subghz_txrx_gen_keelog_protocol( //TODO lead to a general appearance
bool subghz_txrx_gen_keeloq_protocol( //TODO lead to a general appearance
SubGhzTxRx* instance,
const char* preset_name,
uint32_t frequency,

View File

@@ -54,7 +54,7 @@ bool subghz_txrx_gen_data_protocol_and_te(
* @param manufacture_name Name of Keeloq sysmem
* @return bool True if success
*/
bool subghz_txrx_gen_keelog_protocol(
bool subghz_txrx_gen_keeloq_protocol(
SubGhzTxRx* instance,
const char* preset_name,
uint32_t frequency,