mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
tools/lib/atnet.c (atnet_set_clkm): corrected return code (1 means success here)
This commit is contained in:
@@ -434,7 +434,7 @@ static int atnet_set_clkm(void *handle, int mhz)
|
|||||||
{
|
{
|
||||||
struct atnet_dsc *dsc = handle;
|
struct atnet_dsc *dsc = handle;
|
||||||
|
|
||||||
return dialog(dsc, "CLKM %d", mhz);
|
return dialog(dsc, "CLKM %d", mhz) == 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user