Fix function prototypes after merge

This commit is contained in:
Willy-JL
2024-04-02 16:05:03 +01:00
parent 514171d0c5
commit 82a07888f5
42 changed files with 71 additions and 71 deletions

View File

@@ -214,7 +214,7 @@ bool subghz_protocol_secplus_v1_check_fixed(uint32_t fixed);
// Reset prog mode vars
// TODO: Remake in proper way
void faac_slh_reset_prog_mode();
void faac_slh_reset_prog_mode(void);
#ifdef __cplusplus
}