mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-24 22:07:14 +03:00
fix
This commit is contained in:
parent
2309656120
commit
2af8f00d0d
@ -1825,8 +1825,6 @@ Function,-,j1f,float,float
|
|||||||
Function,-,jn,double,"int, double"
|
Function,-,jn,double,"int, double"
|
||||||
Function,-,jnf,float,"int, float"
|
Function,-,jnf,float,"int, float"
|
||||||
Function,-,jrand48,long,unsigned short[3]
|
Function,-,jrand48,long,unsigned short[3]
|
||||||
Function,-,keeloq_reset_kl_type,void,
|
|
||||||
Function,-,keeloq_reset_mfname,void,
|
|
||||||
Function,-,keeloq_reset_original_btn,void,
|
Function,-,keeloq_reset_original_btn,void,
|
||||||
Function,-,l64a,char*,long
|
Function,-,l64a,char*,long
|
||||||
Function,-,labs,long,long
|
Function,-,labs,long,long
|
||||||
@ -2568,8 +2566,6 @@ Function,+,srand,void,unsigned
|
|||||||
Function,-,srand48,void,long
|
Function,-,srand48,void,long
|
||||||
Function,-,srandom,void,unsigned
|
Function,-,srandom,void,unsigned
|
||||||
Function,+,sscanf,int,"const char*, const char*, ..."
|
Function,+,sscanf,int,"const char*, const char*, ..."
|
||||||
Function,-,star_line_reset_kl_type,void,
|
|
||||||
Function,-,star_line_reset_mfname,void,
|
|
||||||
Function,+,storage_common_copy,FS_Error,"Storage*, const char*, const char*"
|
Function,+,storage_common_copy,FS_Error,"Storage*, const char*, const char*"
|
||||||
Function,+,storage_common_exists,_Bool,"Storage*, const char*"
|
Function,+,storage_common_exists,_Bool,"Storage*, const char*"
|
||||||
Function,+,storage_common_fs_info,FS_Error,"Storage*, const char*, uint64_t*, uint64_t*"
|
Function,+,storage_common_fs_info,FS_Error,"Storage*, const char*, uint64_t*, uint64_t*"
|
||||||
|
|
@ -11,10 +11,6 @@ extern const SubGhzProtocolDecoder subghz_protocol_star_line_decoder;
|
|||||||
extern const SubGhzProtocolEncoder subghz_protocol_star_line_encoder;
|
extern const SubGhzProtocolEncoder subghz_protocol_star_line_encoder;
|
||||||
extern const SubGhzProtocol subghz_protocol_star_line;
|
extern const SubGhzProtocol subghz_protocol_star_line;
|
||||||
|
|
||||||
void star_line_reset_mfname();
|
|
||||||
|
|
||||||
void star_line_reset_kl_type();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allocate SubGhzProtocolEncoderStarLine.
|
* Allocate SubGhzProtocolEncoderStarLine.
|
||||||
* @param environment Pointer to a SubGhzEnvironment instance
|
* @param environment Pointer to a SubGhzEnvironment instance
|
||||||
|
Loading…
Reference in New Issue
Block a user