fix typo in the declaration of icc_ping
This commit is contained in:
parent
58115dc000
commit
098546fe25
1 changed files with 2 additions and 2 deletions
|
@ -51,9 +51,9 @@ typedef struct {
|
|||
#define ICC_TYPE_PINGRESPONSE (1 << 3)
|
||||
|
||||
int icc_init(void);
|
||||
int icc_ping();
|
||||
int icc_ping(int ue);
|
||||
void icc_check(void);
|
||||
|
||||
int icc_halt(void);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Reference in a new issue