kopia lustrzana https://github.com/Hamlib/Hamlib
Return the error code from grbl_init()
rodzic
5acd75fecc
commit
7fdbc99911
|
@ -448,11 +448,11 @@ grbltrk_rot_set_conf(ROT *rot, hamlib_token_t token, const char *val)
|
||||||
static int
|
static int
|
||||||
grbltrk_rot_open(ROT *rot)
|
grbltrk_rot_open(ROT *rot)
|
||||||
{
|
{
|
||||||
int r = RIG_OK;
|
int r;
|
||||||
|
|
||||||
rot_debug(RIG_DEBUG_TRACE, "%s:%d\n", __func__, __LINE__);
|
rot_debug(RIG_DEBUG_TRACE, "%s:%d\n", __func__, __LINE__);
|
||||||
|
|
||||||
grbl_init(rot);
|
r = grbl_init(rot);
|
||||||
|
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue