mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
after merge fixes
add void
This commit is contained in:
@@ -323,7 +323,7 @@ bool subghz_protocol_alutech_at_4n_create_data(
|
||||
* Basic set | 0x11 | 0x22 | 0xFF | 0x44 | 0x33 |
|
||||
* @return Button code
|
||||
*/
|
||||
static uint8_t subghz_protocol_alutech_at_4n_get_btn_code();
|
||||
static uint8_t subghz_protocol_alutech_at_4n_get_btn_code(void);
|
||||
|
||||
/**
|
||||
* Generating an upload from data.
|
||||
@@ -701,7 +701,7 @@ SubGhzProtocolStatus subghz_protocol_decoder_alutech_at_4n_deserialize(
|
||||
return ret;
|
||||
}
|
||||
|
||||
static uint8_t subghz_protocol_alutech_at_4n_get_btn_code() {
|
||||
static uint8_t subghz_protocol_alutech_at_4n_get_btn_code(void) {
|
||||
uint8_t custom_btn_id = subghz_custom_btn_get();
|
||||
uint8_t original_btn_code = subghz_custom_btn_get_original();
|
||||
uint8_t btn = original_btn_code;
|
||||
|
||||
Reference in New Issue
Block a user